summaryrefslogtreecommitdiff
path: root/xkbcommon
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-09-11 12:35:24 +0100
committerDaniel Stone <daniel@fooishbar.org>2012-09-11 14:05:42 +0100
commite60e9523c62d7b9463b5aff691fa18f9a8b7a6ca (patch)
treeae58c58e3a30fb9f7b7a89dafebc6c628dba23c4 /xkbcommon
parent2eab7efc13c5d089c9761f7a807970cfb7ad3779 (diff)
kbproto unentanglement: XkbExplicit*Mask
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'xkbcommon')
-rw-r--r--xkbcommon/xkbcommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xkbcommon/xkbcommon.h b/xkbcommon/xkbcommon.h
index 6333f97..e003d0d 100644
--- a/xkbcommon/xkbcommon.h
+++ b/xkbcommon/xkbcommon.h
@@ -91,6 +91,7 @@ typedef uint32_t xkb_keysym_t;
typedef uint32_t xkb_mod_index_t;
typedef uint32_t xkb_mod_mask_t;
typedef uint32_t xkb_group_index_t;
+typedef uint32_t xkb_group_mask_t;
typedef uint32_t xkb_led_index_t;
#define XKB_MOD_INVALID (0xffffffff)