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.162 by root, Wed Mar 31 22:46:40 2010 UTC vs.
Revision 1.163 by root, Wed Mar 31 23:01:51 2010 UTC

1539///////////////////////////////////////////////////////////////////////////// 1539/////////////////////////////////////////////////////////////////////////////
1540 1540
1541void 1541void
1542rxvt_fontset::push_font (rxvt_font *font) 1542rxvt_fontset::push_font (rxvt_font *font)
1543{ 1543{
1544 // the fontCount index is reserved for the overflow font, it is only
1545 // necessary when we get fontCount or more fonts, as they cannot be
1546 // represented in the rendition.
1544 if (fonts.size () == fontCount) 1547 if (fonts.size () == fontCount)
1545 { 1548 {
1546 rxvt_font *f = new rxvt_font_overflow (this); 1549 rxvt_font *f = new rxvt_font_overflow (this);
1547 1550
1548 prepare_font (f, CS_UNICODE); 1551 prepare_font (f, CS_UNICODE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines