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.471 by sf-exg, Thu Jan 20 16:41:23 2011 UTC vs.
Revision 1.472 by sf-exg, Sun Jan 23 12:28:47 2011 UTC

1464 } 1464 }
1465 else 1465 else
1466 get_window_origin (x, y); 1466 get_window_origin (x, y);
1467 1467
1468 if (bgPixmap.set_position (x, y) 1468 if (bgPixmap.set_position (x, y)
1469 || (bgPixmap.flags & bgPixmap_t::isInvalid)) 1469 || !(bgPixmap.flags & bgPixmap_t::isValid))
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 (bgPixmap.flags & bgPixmap_t::isInvalid) 1531 if (!(bgPixmap.flags & bgPixmap_t::isValid))
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