From bdfedfa57a13ff805580cfacafc70f9cc55df363 Mon Sep 17 00:00:00 2001 From: Mark Witmer Date: Wed, 29 May 2013 19:36:37 -0700 Subject: [PATCH] XKB: Correct enum to mask Changes fields with enums EventType, MapPart, or BoolCtrl to use them as masks instead. --- src/xkb.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/xkb.xml b/src/xkb.xml index 9b1c688..0e263c4 100644 --- a/src/xkb.xml +++ b/src/xkb.xml @@ -311,7 +311,7 @@ authorization from the authors. - + @@ -1086,11 +1086,11 @@ authorization from the authors. - - - - - + + + + + affectWhich @@ -1237,9 +1237,9 @@ authorization from the authors. - - - + + + 32 @@ -1260,8 +1260,8 @@ authorization from the authors. - - + + @@ -1273,8 +1273,8 @@ authorization from the authors. - - + + @@ -1284,8 +1284,8 @@ authorization from the authors. - - + + @@ -1307,7 +1307,7 @@ authorization from the authors. - + @@ -1390,7 +1390,7 @@ authorization from the authors. - + @@ -2017,7 +2017,7 @@ authorization from the authors. - + -- 2.34.1