gdkkeys-x11.c patch



I think havoc missed this:

Index: gdkkeys-x11.c
===================================================================
RCS file: /cvs/gnome/gtk+/gdk/x11/gdkkeys-x11.c,v
retrieving revision 1.1
diff -u -p -r1.1 gdkkeys-x11.c
--- gdkkeys-x11.c	2000/12/06 05:31:27	1.1
+++ gdkkeys-x11.c	2000/12/07 11:32:59
@@ -499,7 +499,7 @@ gdk_keymap_get_entries_for_keycode (GdkK
  * Return value: a keyval, or 0 if none was mapped to the given @key
  **/
 guint
-gdk_key_key_to_keyval (GdkKeymap          *keymap,
+gdk_keymap_lookup_key (GdkKeymap          *keymap,
                        const GdkKeymapKey *key)
 {
   g_return_val_if_fail (keymap == NULL || GDK_IS_KEYMAP (keymap), 0);


/ Alex






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]