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.173 by root, Fri Jan 7 21:17:08 2011 UTC vs.
Revision 1.174 by sf-exg, Mon Jan 10 10:36:16 2011 UTC

1218 int ftheight = 0; 1218 int ftheight = 0;
1219 bool success = true; 1219 bool success = true;
1220 1220
1221 for (;;) 1221 for (;;)
1222 { 1222 {
1223 p = FcPatternDuplicate (match);
1223 f = XftFontOpenPattern (disp, FcPatternDuplicate (match)); 1224 f = XftFontOpenPattern (disp, p);
1224 1225
1225 if (!f) 1226 if (!f)
1226 { 1227 {
1228 FcPatternDestroy (p);
1227 success = false; 1229 success = false;
1228 break; 1230 break;
1229 } 1231 }
1230 1232
1231 FT_Face face = XftLockFace (f); 1233 FT_Face face = XftLockFace (f);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines