ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtfont.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.152 by root, Sat Apr 4 21:27:53 2009 UTC vs.
Revision 1.153 by sf-exg, Sat Jan 30 20:43:57 2010 UTC

1293rxvt_font_xft::draw (rxvt_drawable &d, int x, int y, 1293rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
1294 const text_t *text, int len, 1294 const text_t *text, int len,
1295 int fg, int bg) 1295 int fg, int bg)
1296{ 1296{
1297 XGlyphInfo extents; 1297 XGlyphInfo extents;
1298 XftGlyphSpec *enc = (XftGlyphSpec *)rxvt_temp_buf (len * sizeof (XftGlyphSpec)); 1298 XftGlyphSpec *enc = rxvt_temp_buf<XftGlyphSpec> (len);
1299 XftGlyphSpec *ep = enc; 1299 XftGlyphSpec *ep = enc;
1300 1300
1301 dTermDisplay; 1301 dTermDisplay;
1302 dTermGC; 1302 dTermGC;
1303 1303

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines