summaryrefslogtreecommitdiffstats
path: root/src/x11workaround.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11workaround.h')
-rw-r--r--src/x11workaround.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/x11workaround.h b/src/x11workaround.h
new file mode 100644
index 0000000..d0aef7d
--- /dev/null
+++ b/src/x11workaround.h
@@ -0,0 +1,10 @@
+#ifndef X11_WORKAROUND_VMWARE
+#define X11_WORKAROUND_VMWARE
+
+#include <stdio.h>
+#include <X11/Xlib.h>
+
+
+void movePointer(int x, int y);
+void wiggle();
+#endif