SOURCES: DFBTerm-font.patch (NEW) - hardcode Misc-Fixed font path

qboosh qboosh at pld-linux.org
Sun Oct 23 20:37:25 CEST 2005


Author: qboosh                       Date: Sun Oct 23 18:37:25 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- hardcode Misc-Fixed font path

---- Files affected:
SOURCES:
   DFBTerm-font.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/DFBTerm-font.patch
diff -u /dev/null SOURCES/DFBTerm-font.patch:1.1
--- /dev/null	Sun Oct 23 20:37:25 2005
+++ SOURCES/DFBTerm-font.patch	Sun Oct 23 20:37:20 2005
@@ -0,0 +1,11 @@
+--- DFBTerm-0.8.0/src/term.c.orig	2005-10-23 20:00:54.873927000 +0200
++++ DFBTerm-0.8.0/src/term.c	2005-10-23 20:18:24.934294472 +0200
+@@ -248,7 +248,7 @@
+      desc.flags  = DFDESC_HEIGHT;
+      desc.height = fontsize;
+ 
+-     ret = dfb->CreateFont (dfb, LITEFONTDIR"/Misc-Fixed.pfa", &desc, &font);
++     ret = dfb->CreateFont (dfb, "/usr/share/fonts/Type1/Misc-Fixed.pfb", &desc, &font);
+      if (ret) {
+           lite_close();
+           dfb->Release (dfb);
================================================================



More information about the pld-cvs-commit mailing list