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.82 by root, Fri Dec 14 05:25:26 2007 UTC vs.
Revision 1.83 by root, Fri Dec 14 05:52:33 2007 UTC

573 } 573 }
574} 574}
575 575
576void rxvt_display::flush () 576void rxvt_display::flush ()
577{ 577{
578 flush_ev.start ();
579}
580
581void rxvt_display::flush_cb (ev::prepare &w, int revents)
582{
583 w.stop ();
578 XFlush (dpy); 584 XFlush (dpy);
579}
580
581void rxvt_display::flush_cb (ev::prepare &w, int revents)
582{
583 flush ();
584} 585}
585 586
586void rxvt_display::reg (xevent_watcher *w) 587void rxvt_display::reg (xevent_watcher *w)
587{ 588{
588 if (!w->active) 589 if (!w->active)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines