diff options
Diffstat (limited to 'hw/xfree86/common/xorgHelper.c')
-rw-r--r-- | hw/xfree86/common/xorgHelper.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hw/xfree86/common/xorgHelper.c b/hw/xfree86/common/xorgHelper.c new file mode 100644 index 000000000..c6364f19e --- /dev/null +++ b/hw/xfree86/common/xorgHelper.c @@ -0,0 +1,20 @@ +/* $XdotOrg$ */ + +#include "X.h" +#include "os.h" +#include "servermd.h" +#include "pixmapstr.h" +#include "windowstr.h" +#include "propertyst.h" +#include "gcstruct.h" +#include "loaderProcs.h" +#include "xf86.h" +#include "xf86Priv.h" +#include "xorgVersion.h" + + +CARD32 +xorgGetVersion() +{ + return XORG_VERSION_CURRENT; +} |