with comments for if stucts are needed later

This commit is contained in:
mbattista
2021-04-10 23:17:05 +00:00
parent be3453c37d
commit 79e3e153bd
3 changed files with 69 additions and 48 deletions

View File

@ -27,7 +27,7 @@
void XMove(int x, int y);
void XScroll(int x, int y);
void XButton(unsigned int button, int down);
void XKey(unsigned long key, int down);
int XKey(unsigned long key, int down);
void XClipboardSet(char *src);
char *XClipboardGet();