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.164 by sf-exg, Thu Apr 1 08:55:09 2010 UTC vs.
Revision 1.165 by root, Sat May 22 23:55:56 2010 UTC

1482 prop.width = prop.height = prop.ascent = prop.weight = prop.slant 1482 prop.width = prop.height = prop.ascent = prop.weight = prop.slant
1483 = rxvt_fontprop::unset; 1483 = rxvt_fontprop::unset;
1484 force_prop = false; 1484 force_prop = false;
1485 1485
1486 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++) 1486 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++)
1487 FONT_UNREF (*i); 1487 (*i)->unref ();
1488 1488
1489 for (pagemap **p = fmap.begin (); p != fmap.end (); p++) 1489 for (pagemap **p = fmap.begin (); p != fmap.end (); p++)
1490 delete *p; 1490 delete *p;
1491 1491
1492 free (fontdesc); fontdesc = 0; 1492 free (fontdesc); fontdesc = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines