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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.473 by sf-exg, Thu Jan 27 17:37:19 2011 UTC vs.
Revision 1.474 by sf-exg, Fri Jan 28 00:08:58 2011 UTC

975rxvt_term::flush () 975rxvt_term::flush ()
976{ 976{
977 flush_ev.stop (); 977 flush_ev.stop ();
978 978
979#ifdef HAVE_BG_PIXMAP 979#ifdef HAVE_BG_PIXMAP
980 if (bg_flags & hasChanged) 980 if (bg_flags & BG_NEEDS_REFRESH)
981 { 981 {
982 bg_flags &= ~hasChanged; 982 bg_flags &= ~BG_NEEDS_REFRESH;
983 scr_touch (false); 983 scr_touch (false);
984 } 984 }
985#endif 985#endif
986 986
987 if (want_refresh) 987 if (want_refresh)
1464 } 1464 }
1465 else 1465 else
1466 get_window_origin (x, y); 1466 get_window_origin (x, y);
1467 1467
1468 if (bg_set_position (x, y) 1468 if (bg_set_position (x, y)
1469 || !(bg_flags & isValid)) 1469 || !(bg_flags & BG_IS_VALID))
1470 moved = true; 1470 moved = true;
1471 } 1471 }
1472#endif 1472#endif
1473 1473
1474 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height) 1474 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height)
1526 * by scheduling background redraw as soon as we can, but giving a short 1526 * by scheduling background redraw as soon as we can, but giving a short
1527 * bit of time for ConfigureNotifies to arrive. 1527 * bit of time for ConfigureNotifies to arrive.
1528 * We should render background PRIOR to drawing any text, but AFTER all 1528 * We should render background PRIOR to drawing any text, but AFTER all
1529 * of ConfigureNotifys for the best results. 1529 * of ConfigureNotifys for the best results.
1530 */ 1530 */
1531 if (!(bg_flags & isValid)) 1531 if (!(bg_flags & BG_IS_VALID))
1532 update_background_ev.start (0.025); 1532 update_background_ev.start (0.025);
1533#endif 1533#endif
1534 mapped = 1; 1534 mapped = 1;
1535#ifdef TEXT_BLINK 1535#ifdef TEXT_BLINK
1536 text_blink_ev.start (); 1536 text_blink_ev.start ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines