Update x11_input.c

This commit is contained in:
Autechre 2020-08-31 14:22:07 +02:00 committed by GitHub
parent 094ae69b09
commit 71fbd8bdae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ typedef struct x11_input
int mouse_x, mouse_y;
int mouse_last_x, mouse_last_y;
uint8_t state[32];
char state[32];
bool mouse_l, mouse_r, mouse_m;
bool grab_mouse;
} x11_input_t;