Explorar el Código

fixed input duplication

master
fraawlen hace 1 año
padre
commit
256a56f28c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test.c

+ 1
- 1
test.c Ver fichero

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


Cargando…
Cancelar
Guardar