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

Comparing rxvt-unicode/src/defaultfont.C (file contents):
Revision 1.45 by pcg, Tue Mar 16 05:51:36 2004 UTC vs.
Revision 1.46 by pcg, Tue Mar 16 05:55:51 2004 UTC

259void 259void
260rxvt_font_default::draw (rxvt_drawable &d, int x, int y, 260rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
261 const text_t *text, int len, 261 const text_t *text, int len,
262 int fg, int bg) 262 int fg, int bg)
263{ 263{
264return;
265 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 264 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
266 265
267 XSetForeground (d.display->display, TGC, r->PixColors[fg]); 266 XSetForeground (d.display->display, TGC, r->PixColors[fg]);
268 267
269 while (len--) 268 while (len--)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines