mirror of
https://github.com/Ylianst/MeshAgent
synced 2026-01-04 17:43:45 +00:00
Fixed gcc10 issue
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user