First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / common / xorgHelper.c
blob7f9dd507aaea5e52c42b8c42a1b0b28a1c072f4d
2 #ifdef HAVE_XORG_CONFIG_H
3 #include <xorg-config.h>
4 #endif
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"
19 CARD32
20 xorgGetVersion()
22 return XORG_VERSION_CURRENT;