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.83 by root, Fri Dec 14 05:52:33 2007 UTC vs.
Revision 1.84 by root, Fri Dec 14 06:17:27 2007 UTC

571 } 571 }
572#endif 572#endif
573 } 573 }
574} 574}
575 575
576void rxvt_display::flush ()
577{
578 flush_ev.start ();
579}
580
581void rxvt_display::flush_cb (ev::prepare &w, int revents) 576void rxvt_display::flush_cb (ev::prepare &w, int revents)
582{ 577{
583 w.stop (); 578 w.stop ();
584 XFlush (dpy); 579 XFlush (dpy);
585} 580}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines