diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-07-25 20:18:38 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2009-07-25 20:18:38 -0700 |
commit | 1031ac3a7306e7a82169c79c64607696c826c47f (patch) | |
tree | e675e567ae90c3c81537d1bbfb056044db4c304a /hw/xquartz/quartzKeyboard.c | |
parent | 48703083a1cf308306f254691d7c2ecda09b3812 (diff) |
Revert "XQuartz: Copy the keyboard map to the core keyboard"
This reverts commit 795de791cf18c658421d701af645718493eac51e.
Diffstat (limited to 'hw/xquartz/quartzKeyboard.c')
-rw-r--r-- | hw/xquartz/quartzKeyboard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xquartz/quartzKeyboard.c b/hw/xquartz/quartzKeyboard.c index 6d5bad945..8dfea2797 100644 --- a/hw/xquartz/quartzKeyboard.c +++ b/hw/xquartz/quartzKeyboard.c @@ -349,8 +349,6 @@ void DarwinKeyboardInit(DeviceIntPtr pDev) { XkbSetRepeatKeys(pDev, -1, AutoRepeatModeOn); } - - SetKeySymsMap(&inputInfo.keyboard->key->curKeySyms, &pDev->key->curKeySyms); } void DarwinKeyboardReloadHandler(int screenNum, xEventPtr xe, DeviceIntPtr pDev, int nevents) { |