repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 3692a8bdde009abcb48abef1ba2eb496e6dc3bcc:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 3692a8bdde009abcb48abef1ba2eb496e6dc3bcc
Author: Marc Lehmann 
Date:   Wed Jan 23 15:00:21 2008 +0000

    doh

diff --git a/src/rxvtfont.C b/src/rxvtfont.C
index fdaeb2ffa54833d4126c06d8ef28cb24ebcdd658..
index ..b69815b52572fabba7d9cf27012c3e2f3afc6788 100644
--- a/src/rxvtfont.C
+++ b/src/rxvtfont.C
@@ -1395,7 +1395,7 @@ rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
             }
           else
 #endif
-            clear_rect (d2, 0, 0, w, h, bg);
+            XftDrawRect (d2, &term->pix_colors[bg >= 0 ? bg : Color_bg].c, 0, 0, w, h);

           XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc);
           XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y);

-----END OF PAGE-----