Home
last modified time | relevance | path

Searched defs:xcb_xkb_set_controls_request_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxkb.h1864 typedef struct xcb_xkb_set_controls_request_t { struct
1865 uint8_t major_opcode;
1866 uint8_t minor_opcode;
1867 uint16_t length;
1868 xcb_xkb_device_spec_t deviceSpec;
1869 uint8_t affectInternalRealMods;
1870 uint8_t internalRealMods;
1871 uint8_t affectIgnoreLockRealMods;
1872 uint8_t ignoreLockRealMods;
1873 uint16_t affectInternalVirtualMods;
[all …]