aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xfree86/dummylib/xf86screens.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xfree86/dummylib/xf86screens.c')
-rw-r--r--xorg-server/hw/xfree86/dummylib/xf86screens.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/xorg-server/hw/xfree86/dummylib/xf86screens.c b/xorg-server/hw/xfree86/dummylib/xf86screens.c
new file mode 100644
index 000000000..6288c60dc
--- /dev/null
+++ b/xorg-server/hw/xfree86/dummylib/xf86screens.c
@@ -0,0 +1,12 @@
+#ifdef HAVE_XORG_CONFIG_H
+#include <xorg-config.h>
+#endif
+
+#include <X11/X.h>
+#include "os.h"
+#include "xf86.h"
+#include "xf86Priv.h"
+
+/* Dummy variables */
+_X_EXPORT ScrnInfoPtr *xf86Screens = NULL;
+