diff options
author | Michael David Emmel <memmel@src.gnome.org> | 2006-05-04 23:00:10 +0000 |
---|---|---|
committer | Michael David Emmel <memmel@src.gnome.org> | 2006-05-04 23:00:10 +0000 |
commit | 0a55ddda90bfbe5ecda4ec7466577c28b78e4c86 (patch) | |
tree | 668b075a303b62bbaab8db4b98525d30c8aa34fe /gdk | |
parent | 35533ed01443557342a269533f24085c88e24654 (diff) | |
download | gtk+-0a55ddda90bfbe5ecda4ec7466577c28b78e4c86.tar.gz |
Removed DIKI_ALTGR
Diffstat (limited to 'gdk')
-rw-r--r-- | gdk/directfb/gdkkeys-directfb.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdk/directfb/gdkkeys-directfb.c b/gdk/directfb/gdkkeys-directfb.c index 47ca958bea..584a0ab94f 100644 --- a/gdk/directfb/gdkkeys-directfb.c +++ b/gdk/directfb/gdkkeys-directfb.c @@ -1606,7 +1606,6 @@ gdk_directfb_translate_key (DFBInputDeviceKeyIdentifier key_id, case DIKI_CONTROL_R: keyval = GDK_Control_R; break; case DIKI_ALT_L: keyval = GDK_Alt_L; break; case DIKI_ALT_R: keyval = GDK_Alt_R; break; - case DIKI_ALTGR: keyval = GDK_Mode_switch; break; case DIKI_META_L: keyval = GDK_Meta_L; break; case DIKI_META_R: keyval = GDK_Meta_R; break; case DIKI_SUPER_L: keyval = GDK_Super_L; break; @@ -2008,18 +2007,6 @@ gdk_keymap_lookup_key (GdkKeymap *keymap, return 0; } -#if 0 -void -gdk_keyval_convert_case (guint symbol, - guint *lower, - guint *upper) -{ - - g_warning("Unimplemented: gdk_keyval_convert_case\n"); -} -#endif - - #define __GDK_KEYS_DIRECTFB_C__ #include "gdkaliasdef.c" |