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.7 by root, Wed Dec 15 00:53:23 2004 UTC vs.
Revision 1.8 by root, Wed Dec 15 05:30:40 2004 UTC

275 flush (); 275 flush ();
276} 276}
277 277
278void rxvt_display::flush () 278void rxvt_display::flush ()
279{ 279{
280 for (;;) 280 XFlush (display);
281 {
282 if (!XPending (display))
283 break;
284
285 x_cb (x_ev, 0);
286 }
287} 281}
288 282
289void rxvt_display::reg (xevent_watcher *w) 283void rxvt_display::reg (xevent_watcher *w)
290{ 284{
291 xw.push_back (w); 285 xw.push_back (w);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines