Rob Shortt wrote:
Attached is the patch

Yeah, sure....
Index: gdk/gdkkeys.c
===================================================================
--- gdk/gdkkeys.c       (revision 17135)
+++ gdk/gdkkeys.c       (working copy)
@@ -91,6 +91,7 @@
 /* Other key-handling stuff
  */
 
+#if 0
 #ifndef HAVE_XCONVERTCASE
 #include "gdkkeysyms.h"
 
@@ -232,6 +233,7 @@
     *upper = xupper;
 }
 #endif
+#endif
 
 guint
 gdk_keyval_to_upper (guint keyval)
Index: gdk/directfb/gdkkeys-directfb.c
===================================================================
--- gdk/directfb/gdkkeys-directfb.c     (revision 17133)
+++ gdk/directfb/gdkkeys-directfb.c     (working copy)
@@ -2008,6 +2008,14 @@
        return 0;
 }
 
+void    
+gdk_keyval_convert_case (guint symbol,          
+                         guint *lower,          
+                         guint *upper)          
+{       
+        
+        g_warning("Unimplemented: gdk_keyval_convert_case\n");          
+}
 
 #define __GDK_KEYS_DIRECTFB_C__
 #include "gdkaliasdef.c"
Index: gdk/gdk.symbols
===================================================================
--- gdk/gdk.symbols     (revision 17133)
+++ gdk/gdk.symbols     (working copy)
@@ -828,6 +828,7 @@
 gdk_keymap_get_for_display
 gdk_keymap_lookup_key
 gdk_keymap_translate_keyboard_state
+gdk_keyval_convert_case 
 gdk_keyval_from_name
 gdk_keyval_name G_GNUC_CONST
 #endif
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to