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.113 by root, Tue Aug 28 17:26:52 2007 UTC vs.
Revision 1.115 by root, Tue Aug 28 17:32:47 2007 UTC

1350 1350
1351 XChangeGC (disp, gc, 1351 XChangeGC (disp, gc,
1352 GCTile | GCTileStipXOrigin | GCTileStipYOrigin | GCFillStyle, 1352 GCTile | GCTileStipXOrigin | GCTileStipYOrigin | GCFillStyle,
1353 &gcv); 1353 &gcv);
1354 1354
1355 XFillRectangle (disp, d2, gc/*gc2*/, 0, 0, w, h); 1355 XFillRectangle (disp, d2, gc, 0, 0, w, h);
1356 1356
1357 gcv.fill_style = FillSolid; 1357 gcv.fill_style = FillSolid;
1358 XChangeGC (disp, gc, GCFillStyle, &gcv); 1358 XChangeGC (disp, gc, GCFillStyle, &gcv);
1359 } 1359 }
1360 1360
1367 back_rendered = true; 1367 back_rendered = true;
1368 } 1368 }
1369 } 1369 }
1370#endif 1370#endif
1371 1371
1372 if(bg >= 0 && !back_rendered) 1372 if (bg >= 0 && !back_rendered)
1373 XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h); 1373 XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h);
1374 1374
1375 XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc); 1375 XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc);
1376 XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y); 1376 XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y);
1377 } 1377 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines