summaryrefslogtreecommitdiff
path: root/gdk/win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-08-07 23:35:41 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-08-07 23:35:41 +0000
commit2fdbd4e878524228efe8d4650b4b276c153a08b2 (patch)
treecc46cbb2fe59153ca5492e8a21cf0fc475046824 /gdk/win32
parentf82ca65b81d2200ba34a5d4ae70e522895bae342 (diff)
downloadgdk-pixbuf-2fdbd4e878524228efe8d4650b4b276c153a08b2.tar.gz
Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let
2004-08-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx() map it to what's printed on the keypad decimal key for the current input locale (keyboard layout). (#149404)
Diffstat (limited to 'gdk/win32')
-rw-r--r--gdk/win32/gdkkeys-win32.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/win32/gdkkeys-win32.c b/gdk/win32/gdkkeys-win32.c
index 9473a36ac..a19f147d6 100644
--- a/gdk/win32/gdkkeys-win32.c
+++ b/gdk/win32/gdkkeys-win32.c
@@ -203,8 +203,6 @@ update_keymap (void)
*ksymp = GDK_KP_Separator; break;
case VK_SUBTRACT:
*ksymp = GDK_KP_Subtract; break;
- case VK_DECIMAL:
- *ksymp = GDK_KP_Decimal; break;
case VK_DIVIDE:
*ksymp = GDK_KP_Divide; break;
case VK_F1: