diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-01-26 13:15:07 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-02-02 17:51:50 +0000 |
commit | 4475ae036c3d5a06a6ce88a359ce2a9a8ae9b4f1 (patch) | |
tree | 99ec788e564bb0af5670c225270eb509b77f3f8b /hw/xwin/winconfig.h | |
parent | e2b4d3d4a1994347979508fbb483cd55c2232502 (diff) |
Cygwin/X: Fix compilation for mandatory XKB
Fix a stray '}'
Update to use RMLVO interface
Remove g_winInfo.xkb.disable, can never be set since noXkbExtension has been removed
Change to retrieve modifier key state using XkbStateFieldFromRec() from Colin Harrison
Update to use XKB defaults from xkb-config.h
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw/xwin/winconfig.h')
-rw-r--r-- | hw/xwin/winconfig.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/hw/xwin/winconfig.h b/hw/xwin/winconfig.h index 71c458200..63d621112 100644 --- a/hw/xwin/winconfig.h +++ b/hw/xwin/winconfig.h @@ -305,16 +305,7 @@ typedef struct long rate; } keyboard; - struct - { - Bool disable; - char *rules; - char *model; - char *layout; - char *variant; - char *options; - } - xkb; + XkbRMLVOSet xkb; struct { Bool emulate3Buttons; |