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
Ran Benita 2013-07-23 11:36:01 +03:00
parent 0c8e9e0c9c
commit 806d24b1a5
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};