diff options
Diffstat (limited to 'accessibility/gok/files/patch-gok_main.c')
-rw-r--r-- | accessibility/gok/files/patch-gok_main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/accessibility/gok/files/patch-gok_main.c b/accessibility/gok/files/patch-gok_main.c new file mode 100644 index 000000000000..dc2a6ba45e07 --- /dev/null +++ b/accessibility/gok/files/patch-gok_main.c @@ -0,0 +1,10 @@ +--- gok/main.c.orig 2007-10-13 16:43:20.000000000 -0400 ++++ gok/main.c 2007-10-13 16:47:05.000000000 -0400 +@@ -1229,6 +1229,7 @@ static gboolean gok_main_xevie_io (GIOCh + { + #ifdef HAVE_XEVIE + while (xevie_dpy && XPending (xevie_dpy)) { ++ XEvent xevie_event; + XMotionEvent *motion_event; + gboolean has_active_key = gok_scanner_key_is_active (); + /* Xevie has a motion event for us to check */ |