]> Pileus Git - ~andy/gtk/commit
gdk/gdkkeys.c (gdk_keyval_convert_case) If the keyval to be converted is
authorTor Lillqvist <tml@iki.fi>
Fri, 1 Mar 2002 22:09:27 +0000 (22:09 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 1 Mar 2002 22:09:27 +0000 (22:09 +0000)
commitd237e8557d275e43ec80f892df9ae4d5dcc82bcc
tree5e3e1f83e0760a66d1d43cc829a5fda38a055fac
parentb924594ef150ba5ee2bd40068bdbb3fdbbd401fa
gdk/gdkkeys.c (gdk_keyval_convert_case) If the keyval to be converted is

2002-03-01  Tor Lillqvist  <tml@iki.fi>

* gdk/gdkkeys.c (gdk_keyval_convert_case)
* gdk/x11/gdkkeys-x11.c (gdk_keyval_convert_case): If the keyval
to be converted is one of those that consist of a Unicode
character plus our special flag bit, use the
g_unichar_to{lower,upper} functions (Bug#73112).

* gdk/gdkkeys.c (gdk_keyval_convert_case): Drop the #ifdefs for
the GDK keysym symbols. As we include gdkkeysyms.h, we know they
are there. And if GDK keysyms some day are added/removed, this
function needs changes, too, anyway.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkkeys.c
gdk/x11/gdkkeys-x11.c