1 2 #ifdef HAVE_XORG_CONFIG_H 3 #include <xorg-config.h> 4 #endif 5 6 #include <X11/X.h> 7 #include "os.h" 8 #include "servermd.h" 9 #include "pixmapstr.h" 10 #include "windowstr.h" 11 #include "propertyst.h" 12 #include "gcstruct.h" 13 #include "loaderProcs.h" 14 #include "xf86.h" 15 #include "xf86Priv.h" 16 #include "xorgVersion.h" 17 18 CARD32 xorgGetVersion(void)19xorgGetVersion(void) 20 { 21 return XORG_VERSION_CURRENT; 22 } 23