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.193 by sf-exg, Fri Nov 7 13:45:55 2014 UTC vs.
Revision 1.194 by root, Fri Nov 14 11:06:49 2014 UTC

1045 dTermDisplay; 1045 dTermDisplay;
1046 dTermGC; 1046 dTermGC;
1047 1047
1048 bool slow = this->slow 1048 bool slow = this->slow
1049 || width != term->fwidth 1049 || width != term->fwidth
1050 || height != term->fheight; 1050 || height != term->fheight
1051 || ascent != f->ascent;
1051 1052
1052 int base = ascent; // sorry, incorrect: term->fbase; 1053 int base = ascent; // sorry, incorrect: term->fbase;
1053 1054
1054 XGCValues v; 1055 XGCValues v;
1055 v.foreground = term->pix_colors[fg]; 1056 v.foreground = term->pix_colors[fg];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines