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

Comparing rxvt-unicode/src/defaultfont.C (file contents):
Revision 1.7 by pcg, Thu Dec 18 04:14:30 2003 UTC vs.
Revision 1.8 by pcg, Thu Dec 18 04:27:36 2003 UTC

779 if (!match) 779 if (!match)
780 return false; 780 return false;
781 781
782 f = XftFontOpenPattern (DISPLAY, match); 782 f = XftFontOpenPattern (DISPLAY, match);
783 783
784 FcPatternDestroy (match);
785
786 if (!f) 784 if (!f)
785 {
786 FcPatternDestroy (match);
787 return false; 787 return false;
788 }
788 789
789 FT_Face face = XftLockFace (f); 790 FT_Face face = XftLockFace (f);
790 791
791 slow = !FT_IS_FIXED_WIDTH (face); 792 slow = !FT_IS_FIXED_WIDTH (face);
792 793

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines