From: root Date: Sat, 26 Jan 2008 10:03:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=868b6992425cb717042a907573cbcb47e431a2b9;p=dana%2Furxvt.git *** empty log message *** --- 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 } }