summaryrefslogtreecommitdiffstats
path: root/src/x11workaround.h
blob: d0aef7daf023d260617c50967dc1aae95fe34ca1 (plain) (blame)
1
2
3
4
5
6
7
8
9
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