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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.371 by sf-exg, Thu Jan 19 15:44:49 2012 UTC vs.
Revision 1.372 by sf-exg, Sat Jan 28 15:18:29 2012 UTC

764 764
765 delete fontset[0]; 765 delete fontset[0];
766 fontset[0] = fs; 766 fontset[0] = fs;
767 767
768 prop = (*fs)[rxvt_fontset::firstFont]->properties (); 768 prop = (*fs)[rxvt_fontset::firstFont]->properties ();
769 prop.height += lineSpace;
770 prop.width += letterSpace; 769 prop.width += letterSpace;
771 770
772 fs->set_prop (prop, false); 771 fs->set_prop (prop, false);
773 772
774 fwidth = prop.width; 773 fwidth = prop.width;
775 fheight = prop.height; 774 fheight = prop.height + lineSpace;
776 fbase = prop.ascent; 775 fbase = prop.ascent;
777 776
778 for (int style = 1; style < 4; style++) 777 for (int style = 1; style < 4; style++)
779 { 778 {
780#if ENABLE_STYLES 779#if ENABLE_STYLES

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines