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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.296 by sasha, Fri Jan 4 21:25:57 2008 UTC vs.
Revision 1.297 by sasha, Fri Jan 4 21:31:23 2008 UTC

1718 1718
1719 bgPixmap.invalidate (); 1719 bgPixmap.invalidate ();
1720 1720
1721 ev_tstamp to_wait = 0.5 - (ev::now () - bgPixmap.valid_since); 1721 ev_tstamp to_wait = 0.5 - (ev::now () - bgPixmap.valid_since);
1722 1722
1723 if ( to_wait <= 0. ) 1723 if (to_wait <= 0.)
1724 bgPixmap.render (); 1724 bgPixmap.render ();
1725 else 1725 else
1726 update_background_ev.start (to_wait); 1726 update_background_ev.start (to_wait);
1727} 1727}
1728 1728

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines