doh
authorroot <root>
Wed, 23 Jan 2008 14:54:52 +0000 (14:54 +0000)
committerroot <root>
Wed, 23 Jan 2008 14:54:52 +0000 (14:54 +0000)
src/rxvtfont.C

index e9d2c30..fdaeb2f 100644 (file)
@@ -1395,7 +1395,7 @@ rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
             }
           else
 #endif
-            clear_rect (d, x, y, w, h, bg);
+            clear_rect (d2, 0, 0, w, h, bg);
 
           XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc);
           XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y);