summaryrefslogtreecommitdiff
path: root/src/keymap.h
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-10-10 17:30:15 +0200
committerRan Benita <ran234@gmail.com>2012-10-10 17:30:15 +0200
commitbdea377c9319dd8e5a385dd45d9fbd2b28ceaf36 (patch)
treecc829945a834a7ca8235f8799443a33c2c788cb2 /src/keymap.h
parent1dbb2c4a9af50c60c842547d66564f53352f4483 (diff)
downloadxorg-lib-libxkbcommon-bdea377c9319dd8e5a385dd45d9fbd2b28ceaf36.tar.gz
Rename XKB_NUM_GROUPS to XKB_MAX_GROUPS
This is a more appropriate name now. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.h b/src/keymap.h
index 9ce61e4..5bc2a13 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -101,7 +101,7 @@
* the size of the xkb_layout_mask_t type (32). This is more than enough
* though.
*/
-#define XKB_NUM_GROUPS 4
+#define XKB_MAX_GROUPS 4
/* Don't allow more modifiers than we can hold in xkb_mod_mask_t. */
#define XKB_MAX_MODS ((xkb_mod_index_t) (sizeof(xkb_mod_mask_t) * 8))