ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtcolor.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtcolor.C (file contents):
Revision 1.20 by root, Fri Jul 30 16:04:05 2004 UTC vs.
Revision 1.21 by root, Mon Aug 2 04:53:34 2004 UTC

247 247
248void rxvt_display::flush () 248void rxvt_display::flush ()
249{ 249{
250 for (;;) 250 for (;;)
251 { 251 {
252 XFlush (display);
253
254 if (!XPending (display)) 252 if (!XPending (display))
255 break; 253 break;
256 254
257 x_cb (x_ev, 0); 255 x_cb (x_ev, 0);
258 } 256 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines