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.4 by root, Mon Aug 16 12:04:57 2004 UTC vs.
Revision 1.5 by root, Tue Aug 17 01:29:12 2004 UTC

964 const text_t *text, int len, 964 const text_t *text, int len,
965 int fg, int bg) 965 int fg, int bg)
966{ 966{
967 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 967 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
968 968
969 if (!slow && width == r->TermWin.fwidth && 0) 969 if (0 && !slow && width == r->TermWin.fwidth)
970 { 970 {
971 if (sizeof (text_t) == sizeof (FcChar16)) 971 if (sizeof (text_t) == sizeof (FcChar16))
972 XftDrawString16 (d, &r->pix_colors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, len); 972 XftDrawString16 (d, &r->pix_colors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, len);
973 else 973 else
974 XftDrawString32 (d, &r->pix_colors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar32 *)text, len); 974 XftDrawString32 (d, &r->pix_colors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar32 *)text, len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines