diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-08-12 07:30:28 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-08-12 07:30:28 +0100 |
commit | 95db83f13c91d212d99b72de6e3c3d4853553e71 (patch) | |
tree | 6dcb372774736c2f253465554f311be54c5f56e6 /hw | |
parent | f626bf33ea5a04702b883508a52731721889bde6 (diff) |
Fix typo in 'keyboard layout updates'
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xwin/winconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winconfig.c b/hw/xwin/winconfig.c index 93b412e3c..7639da7ce 100644 --- a/hw/xwin/winconfig.c +++ b/hw/xwin/winconfig.c @@ -346,7 +346,7 @@ winConfigKeyboard(DeviceIntPtr pDevice) g_winInfo.xkb.variant = pLayout->xkbvariant; g_winInfo.xkb.options = pLayout->xkboptions; - if (deviceIdentifier == 0xa0000) { + if (deviceIdentifier == 0xa000) { winMsg(X_PROBED, "Windows keyboard layout device identifier indicates Macintosh, setting Model = \"macintosh\""); g_winInfo.xkb.model = "macintosh"; } |