repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: ee0137902c848fff7fb151e4d3463bf1307c59f2:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit ee0137902c848fff7fb151e4d3463bf1307c59f2
Author: Emanuele Giaquinta 
Date:   Sun Dec 30 12:09:23 2012 +0000

    Simplify.

diff --git a/src/background.C b/src/background.C
index be9fbc7378cb713f852eb51570b3f89a6972a9e9..
index ..5249314e8409dc6f80560d97516e52370a8921d9 100644
--- a/src/background.C
+++ b/src/background.C
@@ -502,7 +502,7 @@ rxvt_term::bg_render ()

   delete bg_img;
   bg_img = 0;
-  bg_flags &= BG_INHIBIT_RENDER;
+  bg_flags = 0;

 # if BG_IMAGE_FROM_ROOT
   if (option (Opt_transparent))

-----END OF PAGE-----