more cleanup

This commit is contained in:
mbattista
2021-04-10 23:48:23 +00:00
parent 82062637ae
commit 1038dd109a
2 changed files with 4 additions and 4 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);
int XKey(unsigned long key, int down);
void XKey(unsigned long key, int down);
void XClipboardSet(char *src);
char *XClipboardGet();