Re: [gtk-vnc-devel] May I add the function that gtk-vnc send 'ISO_Left_Tab' keysym to vncserver
- From: Anthony Liguori <anthony codemonkey ws>
- To: Hiroyuki Kaguchi <fj7025cf aa jp fujitsu com>
- Cc: gtk-vnc-devel lists sourceforge net
- Subject: Re: [gtk-vnc-devel] May I add the function that gtk-vnc send 'ISO_Left_Tab' keysym to vncserver
- Date: Wed, 05 Mar 2008 20:37:42 -0600
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]