Ver código fonte

fixed input duplication

master
fraawlen 1 ano atrás
pai
commit
256a56f28c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      test.c

+ 1
- 1
test.c Ver arquivo

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


Carregando…
Cancelar
Salvar