Browse Source

fixed input duplication

master
fraawlen 1 year ago
parent
commit
256a56f28c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test.c

+ 1
- 1
test.c View File

@@ -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 =


Loading…
Cancel
Save