Flesh out the cva-input program, and add calls to XFlush()

This commit is contained in:
Bradlee Speice
2012-06-26 16:20:44 -04:00
parent 8c1ab45c26
commit b48f3e636c
3 changed files with 223 additions and 7 deletions

View File

@ -23,7 +23,7 @@
/* Make sure that the XTest extension is supported.
* If it's not, return 0 (false) */
int xte_xTestSupported ( Display *displayLocation );
int xte_XTestSupported ( Display *displayLocation );
/* Get the current location of the pointer */
cvaPoint xte_pointerLocation ( Display *displayLocation );