Re: [gtk-vnc-devel] May I add the function that gtk-vnc send 'ISO_Left_Tab' keysym to vncserver



diff -r a8cd8a224a10 src/vncdisplay.c
--- a/src/vncdisplay.c    Mon Feb 25 22:03:00 2008 -0500
+++ b/src/vncdisplay.c    Tue Feb 26 16:33:55 2008 +0900
@@ -24,6 +24,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <pwd.h>
+#include <X11/keysym.h>

Please use GDK key symbols instead of X11 key symbols.


 #if WITH_GTKGLEXT
 #include <gtk/gtkgl.h>
@@ -135,6 +136,15 @@ static guint signals[LAST_SIGNAL] = { 0,
                       0, 0, 0, 0,
                       0, 0, 0, 0, 0,};
 static GParamSpec *signalCredParam;
+
+/* keycode translation for sending ISO_Left_Send
+ * to vncserver
+ */

There are some CR characters in your patch. Please resubmit with those removed and the X keysyms with GDK keysyms.

Thanks,

Anthony Liguori




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