it is
authorroot <root>
Wed, 23 Jan 2008 10:56:25 +0000 (10:56 +0000)
committerroot <root>
Wed, 23 Jan 2008 10:56:25 +0000 (10:56 +0000)
src/rxvtfont.C

index 4fa4d92cc58a3ae4541cdcf358fde836389ed7a7..2f9841770cea64335ef778be079b6e2d98cc7878 100644 (file)
@@ -242,7 +242,7 @@ rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color)
 
 # ifdef HAVE_BG_PIXMAP
       if (term->bgPixmap.pixmap
-          && color >= 0 && !term->pix_colors[color].is_opaque ()
+          && !term->pix_colors[color].is_opaque ()
           && ((Picture dst = XftDrawPicture (d))))
         {
           XClearArea (disp, d, x, y, w, h, false);