summaryrefslogtreecommitdiff
path: root/hw/xquartz/pseudoramiX.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xquartz/pseudoramiX.h')
-rw-r--r--hw/xquartz/pseudoramiX.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/hw/xquartz/pseudoramiX.h b/hw/xquartz/pseudoramiX.h
new file mode 100644
index 000000000..df5010d1d
--- /dev/null
+++ b/hw/xquartz/pseudoramiX.h
@@ -0,0 +1,9 @@
+/*
+ * Minimal implementation of PanoramiX/Xinerama
+ */
+
+extern int noPseudoramiXExtension;
+
+void PseudoramiXAddScreen(int x, int y, int w, int h);
+void PseudoramiXExtensionInit(int argc, char *argv[]);
+void PseudoramiXResetScreens(void);