summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-26 20:02:03 +0000
committerEgbert Eich <eich@suse.de>2004-03-26 20:02:03 +0000
commit4973d642a036d382228a06fc6b78efbcf93d07f7 (patch)
treebd949c183544afde1f4924c01f00db556dc4690f /hw
parent1fd34c3cb2fdcef06e183b6927881c0fe99c638e (diff)
- adding missing file required now.
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/common/xorgHelper.c20
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;
+}