From 868b6992425cb717042a907573cbcb47e431a2b9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 26 Jan 2008 10:03:35 +0000 Subject: [PATCH] *** empty log message *** --- src/rxvttoolkit.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rxvttoolkit.C b/src/rxvttoolkit.C index 0a26f2a2..aeccc22c 100644 --- a/src/rxvttoolkit.C +++ b/src/rxvttoolkit.C @@ -550,14 +550,16 @@ void rxvt_display::x_cb (ev::io &w, int revents) XEvent xev; XNextEvent (dpy, &xev); + flush_ev.start (); + #ifdef USE_XIM if (!XFilterEvent (&xev, None)) +#endif { if (xev.type == PropertyNotify && xev.xany.window == root && xev.xproperty.atom == xa[XA_XIM_SERVERS]) im_change_check (); -#endif if (xev.type == MappingNotify) XRefreshKeyboardMapping (&xev.xmapping); @@ -568,9 +570,7 @@ void rxvt_display::x_cb (ev::io &w, int revents) else if (xw[i]->window == xev.xany.window) xw[i]->call (xev); } -#ifdef USE_XIM } -#endif } } -- 2.34.1