diff options
author | marha <marha@users.sourceforge.net> | 2011-12-23 15:22:40 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-12-23 15:22:40 +0100 |
commit | d1d04c7bd3f1465b7bb6690022d086c6bb005b70 (patch) | |
tree | 058884f2af1a2994f07d887c88bfdea63cc47703 /include/xcb | |
parent | 52b728b4b397d26f8841848ee921950e083991d0 (diff) | |
download | vcxsrv-d1d04c7bd3f1465b7bb6690022d086c6bb005b70.tar.gz vcxsrv-d1d04c7bd3f1465b7bb6690022d086c6bb005b70.tar.bz2 vcxsrv-d1d04c7bd3f1465b7bb6690022d086c6bb005b70.zip |
Synchronised files
Diffstat (limited to 'include/xcb')
-rw-r--r-- | include/xcb/xproto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xcb/xproto.h b/include/xcb/xproto.h index 9f7b2c6a9..2872c8c75 100644 --- a/include/xcb/xproto.h +++ b/include/xcb/xproto.h @@ -3863,6 +3863,7 @@ typedef struct xcb_change_keyboard_mapping_request_t { uint16_t length; /**< */
xcb_keycode_t first_keycode; /**< */
uint8_t keysyms_per_keycode; /**< */
+ uint8_t pad0[2]; /**< */
} xcb_change_keyboard_mapping_request_t;
/**
|