From: ayin Date: Sat, 16 Feb 2008 13:35:45 +0000 (+0000) Subject: Simplify. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=63716918263a77650ce2af74a4577454b79bc4fd;p=dana%2Furxvt.git Simplify. --- diff --git a/src/screen.C b/src/screen.C index d63b5c2a..e497d72c 100644 --- a/src/screen.C +++ b/src/screen.C @@ -1994,11 +1994,11 @@ rxvt_term::scr_refresh () NOTHROW /* * A: set up vars */ - have_bg = 0; refresh_count = 0; + have_bg = 0; #ifdef HAVE_BG_PIXMAP - have_bg |= bgPixmap.pixmap != None; + have_bg = bgPixmap.pixmap != None; #endif ocrow = oldcursor.row; /* is there an old outline cursor on screen? */