From 256a56f28cfbfd6a69dd65b212a8edc19ef825b8 Mon Sep 17 00:00:00 2001 From: fraawlen Date: Sun, 2 Apr 2023 13:05:13 -0400 Subject: [PATCH] fixed input duplication --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index 52f9e87..ba83a12 100644 --- a/test.c +++ b/test.c @@ -118,7 +118,7 @@ _init(void) xcb_input_xi_event_mask_t mask; } mask; - mask.head.deviceid = XCB_INPUT_DEVICE_ALL; + mask.head.deviceid = XCB_INPUT_DEVICE_ALL_MASTER; mask.head.mask_len = 1; mask.mask =