From: sasha Date: Wed, 6 Feb 2008 16:44:47 +0000 (+0000) Subject: fixed scr_recolour to properly refresh screen when bgPixmap is on but color is still... X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1eb9d74b7e17974610e5d3ac0342df907e427817;p=dana%2Furxvt.git fixed scr_recolour to properly refresh screen when bgPixmap is on but color is still plain --- diff --git a/src/screen.C b/src/screen.C index f6b19c74..d63b5c2a 100644 --- a/src/screen.C +++ b/src/screen.C @@ -2483,11 +2483,12 @@ rxvt_term::scr_recolour () NOTHROW scrollbar_show (0); } +#endif + + /* bgPixmap.apply () does not do the following : */ scr_clear (); scr_touch (true); want_refresh = 1; - -#endif } /* ------------------------------------------------------------------------- */