summaryrefslogtreecommitdiff
path: root/accessibility/gok/files/patch-gok_main.c
blob: dc2a6ba45e0777eca732ef399a97f29860ce3a44 (plain) (blame)
1
2
3
4
5
6
7
8
9
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 */