aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/xkbstr.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-16 09:52:55 +0000
committermarha <marha@users.sourceforge.net>2011-03-16 09:52:55 +0000
commita44b2f0d059871926ffb84dabdae53ddaa390beb (patch)
treec9c9640b552855ccfd814232f7d2daa2d9672c8d /xorg-server/include/xkbstr.h
parent6ecc28f3e0325fc06966d3fee6a442fc1fc2f8e1 (diff)
downloadvcxsrv-a44b2f0d059871926ffb84dabdae53ddaa390beb.tar.gz
vcxsrv-a44b2f0d059871926ffb84dabdae53ddaa390beb.tar.bz2
vcxsrv-a44b2f0d059871926ffb84dabdae53ddaa390beb.zip
Synchronised with X11\extensions\XGBstr.h (so the debugger is not confused)
Diffstat (limited to 'xorg-server/include/xkbstr.h')
-rw-r--r--xorg-server/include/xkbstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/include/xkbstr.h b/xorg-server/include/xkbstr.h
index 4afe010d2..499512d7a 100644
--- a/xorg-server/include/xkbstr.h
+++ b/xorg-server/include/xkbstr.h
@@ -46,10 +46,10 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
typedef struct _XkbStateRec {
unsigned char group; /* base + latched + locked */
+ unsigned char locked_group;
/* FIXME: Why are base + latched short and not char?? */
unsigned short base_group; /* physically ... down? */
unsigned short latched_group;
- unsigned char locked_group;
unsigned char mods; /* base + latched + locked */
unsigned char base_mods; /* physically down */