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

Comparing rxvt-unicode/src/background.C (file contents):
Revision 1.84 by sf-exg, Sat Oct 16 20:25:06 2010 UTC vs.
Revision 1.85 by sf-exg, Mon Oct 18 08:19:03 2010 UTC

468 x = make_align_position (h_align, target_width, w); 468 x = make_align_position (h_align, target_width, w);
469 y = make_align_position (v_align, target_height, h); 469 y = make_align_position (v_align, target_height, h);
470 } 470 }
471 471
472 flags &= ~sizeSensitive; 472 flags &= ~sizeSensitive;
473 if (h_scale != 0 || v_scale != 0 473 if ((flags & propScale) || h_scale || v_scale
474 || h_align != 0 || v_align != 0 474 || (!(flags & rootAlign) && (h_align || v_align))
475 || w > target_width || h > target_height) 475 || w > target_width || h > target_height)
476 flags |= sizeSensitive; 476 flags |= sizeSensitive;
477} 477}
478 478
479# ifdef HAVE_AFTERIMAGE 479# ifdef HAVE_AFTERIMAGE

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines