summaryrefslogtreecommitdiff
path: root/src/keymap.h
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2013-07-23 11:36:01 +0300
committerRan Benita <ran234@gmail.com>2013-07-23 11:36:01 +0300
commit806d24b1a511494dccec7ae8a58edbc87dd5f6e1 (patch)
tree74bc26a14830af0c1e742f22c863d42cbb03d5e7 /src/keymap.h
parent0c8e9e0c9c0b6eeafe8a36e5046878cd5957487d (diff)
downloadxorg-lib-libxkbcommon-806d24b1a511494dccec7ae8a58edbc87dd5f6e1.tar.gz
keymap: move RANGE_WRAP to be the first in the enum
This is the reasonable "zero-default" for this enum. 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 8291fa0..2b54139 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -313,8 +313,8 @@ struct xkb_controls {
/* Such an awkward name. Oh well. */
enum xkb_range_exceed_type {
+ RANGE_WRAP = 0,
RANGE_SATURATE,
- RANGE_WRAP,
RANGE_REDIRECT,
};