--- rxvt-unicode/src/background.C 2010/11/20 11:30:58 1.122 +++ rxvt-unicode/src/background.C 2010/11/23 08:37:37 1.123 @@ -951,16 +951,8 @@ # undef IS_COMPONENT_WHOLESOME } - if (has_shade) + if (has_shade || tint) flags |= bgPixmap_t::tintNeeded; - else if (tint) - { - if ((c.r > 0x000700 || c.g > 0x000700 || c.b > 0x000700) - && (c.r < 0x00f700 || c.g < 0x00f700 || c.b < 0x00f700)) - { - flags |= bgPixmap_t::tintNeeded; - } - } return flags; }