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.386 by sf-exg, Sun Dec 30 11:52:15 2012 UTC vs.
Revision 1.387 by sf-exg, Sun Dec 30 15:38:04 2012 UTC

1687rxvt_term::update_background () 1687rxvt_term::update_background ()
1688{ 1688{
1689 if (update_background_ev.is_active ()) 1689 if (update_background_ev.is_active ())
1690 return; 1690 return;
1691 1691
1692 bg_flags &= BG_INHIBIT_RENDER;
1693
1694 if (!mapped)
1695 return;
1696
1697 ev_tstamp to_wait = 0.5 - (ev::now () - bg_valid_since); 1692 ev_tstamp to_wait = 0.5 - (ev::now () - bg_valid_since);
1698 1693
1699 if (to_wait <= 0.) 1694 if (to_wait <= 0.)
1700 bg_render (); 1695 bg_render ();
1701 else 1696 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines