From 806d24b1a511494dccec7ae8a58edbc87dd5f6e1 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 23 Jul 2013 11:36:01 +0300 Subject: [PATCH] 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 --- src/keymap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; -- 2.7.4