--- rxvt-unicode/src/rxvt.h 2012/12/29 15:59:51 1.512 +++ rxvt-unicode/src/rxvt.h 2012/12/29 18:12:53 1.513 @@ -1198,10 +1198,6 @@ rxvt_img *root_img; image_effects root_effects; - void bg_set_transparent () - { - bg_flags |= BG_IS_TRANSPARENT; - } void bg_set_root_pixmap (); bool render_root_image (); # endif @@ -1216,7 +1212,7 @@ void bg_render (); void bg_invalidate () { - bg_flags &= ~BG_IS_VALID; + bg_flags &= ~(BG_IS_VALID | BG_IS_TRANSPARENT); } #endif