From 71fbd8bdaef5f61d5daa19332edbd166ad0907a4 Mon Sep 17 00:00:00 2001 From: Autechre Date: Mon, 31 Aug 2020 14:22:07 +0200 Subject: [PATCH] Update x11_input.c --- input/drivers/x11_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/drivers/x11_input.c b/input/drivers/x11_input.c index 00cd981d25..77a836d195 100644 --- a/input/drivers/x11_input.c +++ b/input/drivers/x11_input.c @@ -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;