summaryrefslogtreecommitdiff
path: root/hw/darwin/quartz/pseudoramiX.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/darwin/quartz/pseudoramiX.h')
-rw-r--r--hw/darwin/quartz/pseudoramiX.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/hw/darwin/quartz/pseudoramiX.h b/hw/darwin/quartz/pseudoramiX.h
new file mode 100644
index 000000000..d0d596686
--- /dev/null
+++ b/hw/darwin/quartz/pseudoramiX.h
@@ -0,0 +1,10 @@
+/*
+ * Minimal implementation of PanoramiX/Xinerama
+ */
+/* $XFree86: xc/programs/Xserver/hw/darwin/quartz/pseudoramiX.h,v 1.1 2002/03/28 02:21:18 torrey Exp $ */
+
+extern int noPseudoramiXExtension;
+extern int aquaNumScreens;
+
+void PseudoramiXAddScreen(int x, int y, int w, int h);
+void PseudoramiXExtensionInit(int argc, char *argv[]);