1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-04 17:43:45 +00:00

Fixed gcc10 issue

This commit is contained in:
Bryan Roe
2020-06-19 13:01:50 -07:00
parent 5b7a2efc33
commit 9e361b327f

View File

@@ -34,7 +34,7 @@ typedef struct x11tst_struct
int(*XFlush)(Display *d);
KeyCode(*XKeysymToKeycode)(Display *d, KeySym keysym);
}x11tst_struct;
x11tst_struct *x11tst_exports;
extern x11tst_struct *x11tst_exports;
enum MOUSE_EVENTS {
MOUSEEVENTF_LEFTDOWN = 0x0002,