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.8 by root, Wed Dec 15 05:30:40 2004 UTC vs.
Revision 1.10 by root, Wed Dec 29 19:59:46 2004 UTC

270 } 270 }
271#endif 271#endif
272 } 272 }
273 while (XEventsQueued (display, QueuedAlready)); 273 while (XEventsQueued (display, QueuedAlready));
274 274
275 flush (); 275 XFlush (display);
276} 276}
277 277
278void rxvt_display::flush () 278void rxvt_display::flush ()
279{ 279{
280 if (XEventsQueued (display, QueuedAlready))
281 x_cb (x_ev, EVENT_READ);
282
280 XFlush (display); 283 XFlush (display);
281} 284}
282 285
283void rxvt_display::reg (xevent_watcher *w) 286void rxvt_display::reg (xevent_watcher *w)
284{ 287{
332 return xim; 335 return xim;
333} 336}
334 337
335void rxvt_display::put_xim (rxvt_xim *xim) 338void rxvt_display::put_xim (rxvt_xim *xim)
336{ 339{
340#if XLIB_IS_RACEFREE
337 xims.put (xim); 341 xims.put (xim);
342#endif
338} 343}
339#endif 344#endif
340 345
341Atom rxvt_display::atom (const char *name) 346Atom rxvt_display::atom (const char *name)
342{ 347{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines