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.91 by root, Sat Jan 26 10:03:35 2008 UTC vs.
Revision 1.92 by root, Sat Jan 26 10:15:20 2008 UTC

570 else if (xw[i]->window == xev.xany.window) 570 else if (xw[i]->window == xev.xany.window)
571 xw[i]->call (xev); 571 xw[i]->call (xev);
572 } 572 }
573 } 573 }
574 } 574 }
575}
576 575
576 XFlush (dpy);
577}
578
577void rxvt_display::flush_cb (ev::prepare &w, int revents) 579void rxvt_display::flush_cb (ev::idle &w, int revents)
578{ 580{
579 w.stop (); 581 w.stop ();
580 XFlush (dpy); 582 XFlush (dpy);
581} 583}
582 584

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines