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.88 by root, Wed Jan 25 21:09:21 2006 UTC vs.
Revision 1.89 by root, Sun Jan 29 20:51:28 2006 UTC

245{ 245{
246 dTermDisplay; 246 dTermDisplay;
247 dTermGC; 247 dTermGC;
248 248
249 if (color == Color_bg) 249 if (color == Color_bg)
250 XClearArea (disp, d, x, y, w, h, FALSE); 250 XClearArea (disp, d, x, y, w, h, false);
251 else if (color >= 0) 251 else if (color >= 0)
252 { 252 {
253#if XFT 253#if XFT
254 XftDrawRect (d, &term->pix_colors[color].c, x, y, w, h); 254 XftDrawRect (d, &term->pix_colors[color].c, x, y, w, h);
255#else 255#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines