From bdea377c9319dd8e5a385dd45d9fbd2b28ceaf36 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Wed, 10 Oct 2012 17:30:15 +0200 Subject: Rename XKB_NUM_GROUPS to XKB_MAX_GROUPS This is a more appropriate name now. Signed-off-by: Ran Benita --- src/keymap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keymap.h') 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)) -- cgit v1.2.1