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.94 by root, Sat Jan 26 11:37:51 2008 UTC vs.
Revision 1.98 by root, Sat Jan 26 13:13:20 2008 UTC

573 } 573 }
574} 574}
575 575
576void rxvt_display::flush_cb (ev::prepare &w, int revents) 576void rxvt_display::flush_cb (ev::prepare &w, int revents)
577{ 577{
578 while (XEventsQueued (dpy, QueuedAfterFlush))
579 x_cb (x_ev, EV_READ);
580
578 w.stop (); 581 w.stop ();
579 XFlush (dpy);
580} 582}
581 583
582void rxvt_display::reg (xevent_watcher *w) 584void rxvt_display::reg (xevent_watcher *w)
583{ 585{
584 if (!w->active) 586 if (!w->active)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines