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>master
parent
0c8e9e0c9c
commit
806d24b1a5
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue