]> git.pld-linux.org Git - packages/wine.git/commitdiff
patch allowing loading font cache even if there if a font with 0 height
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 5 Sep 2001 09:23:47 +0000 (09:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine-fontcache.patch -> 1.1

wine-fontcache.patch [new file with mode: 0644]

diff --git a/wine-fontcache.patch b/wine-fontcache.patch
new file mode 100644 (file)
index 0000000..21b800d
--- /dev/null
@@ -0,0 +1,13 @@
+diff -urN wine-20010824/graphics/x11drv/xfont.c wine-20010824.new/graphics/x11drv/xfont.c
+--- wine-20010824/graphics/x11drv/xfont.c      Sun Sep  2 16:11:26 2001
++++ wine-20010824.new/graphics/x11drv/xfont.c  Wed Sep  5 11:03:09 2001
+@@ -2187,7 +2187,8 @@
+                              pfi->cptable >= (UINT16)X11DRV_CPTABLE_COUNT ||
+                             (int)(pfi->next) != j++ ) goto fail;
+-                         if( pfi->df.dfPixHeight == 0 ) goto fail;
++// To strict font checking - commented
++//                       if( pfi->df.dfPixHeight == 0 ) goto fail; 
+                          pfi->df.dfFace = pfr->lfFaceName;
+                          if( pfi->fi_flags & FI_SCALABLE )
This page took 0.047362 seconds and 4 git commands to generate.