xorgHelper.c revision 706f2543
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 19CARD32 20xorgGetVersion(void) 21{ 22 return XORG_VERSION_CURRENT; 23} 24