ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvttoolkit.C
(Generate patch)

Comparing rxvt-unicode/src/rxvttoolkit.C (file contents):
Revision 1.19 by root, Mon Nov 28 19:04:39 2005 UTC vs.
Revision 1.20 by root, Fri Jan 6 02:11:15 2006 UTC

279 XNextEvent (display, &xev); 279 XNextEvent (display, &xev);
280 280
281#ifdef USE_XIM 281#ifdef USE_XIM
282 if (!XFilterEvent (&xev, None)) 282 if (!XFilterEvent (&xev, None))
283 { 283 {
284
285 if (xev.type == PropertyNotify 284 if (xev.type == PropertyNotify
286 && xev.xany.window == root 285 && xev.xany.window == root
287 && xev.xproperty.atom == xa_xim_servers) 286 && xev.xproperty.atom == xa_xim_servers)
288 im_change_check (); 287 im_change_check ();
289#endif 288#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines