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.72 by sf-exg, Sat Oct 9 14:57:50 2010 UTC vs.
Revision 1.73 by sf-exg, Sat Oct 9 14:58:15 2010 UTC

1001} 1001}
1002 1002
1003bool 1003bool
1004bgPixmap_t::set_tint (rxvt_color &new_tint) 1004bgPixmap_t::set_tint (rxvt_color &new_tint)
1005{ 1005{
1006 if (tint != new_tint) 1006 if (!(flags & tintSet) || tint != new_tint)
1007 { 1007 {
1008 unsigned long new_flags = compute_tint_shade_flags (&new_tint, shade); 1008 unsigned long new_flags = compute_tint_shade_flags (&new_tint, shade);
1009 tint = new_tint; 1009 tint = new_tint;
1010 flags = (flags & ~tintFlags) | new_flags | tintSet; 1010 flags = (flags & ~tintFlags) | new_flags | tintSet;
1011 return true; 1011 return true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines