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

index 2f9841770cea64335ef778be079b6e2d98cc7878..44411ba729e92e76dd3cd9d793a5de5bbd87963a 100644 (file)
@@ -243,7 +243,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
           && !term->pix_colors[color].is_opaque ()
-          && ((Picture dst = XftDrawPicture (d))))
+          && ((dst = XftDrawPicture (d))))
         {
           XClearArea (disp, d, x, y, w, h, false);