]> git.pld-linux.org Git - packages/DFBTerm.git/commitdiff
- hardcode Misc-Fixed font path
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Oct 2005 18:37:20 +0000 (18:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    DFBTerm-font.patch -> 1.1

DFBTerm-font.patch [new file with mode: 0644]

diff --git a/DFBTerm-font.patch b/DFBTerm-font.patch
new file mode 100644 (file)
index 0000000..5652d56
--- /dev/null
@@ -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);
This page took 0.050261 seconds and 4 git commands to generate.