]> git.pld-linux.org Git - packages/DFBTerm.git/blob - DFBTerm-font.patch
- release 11 (rebuild with DirectFB 1.7.7)
[packages/DFBTerm.git] / DFBTerm-font.patch
1 --- DFBTerm-0.8.0/src/term.c.orig       2005-10-23 20:00:54.873927000 +0200
2 +++ DFBTerm-0.8.0/src/term.c    2005-10-23 20:18:24.934294472 +0200
3 @@ -248,7 +248,7 @@
4       desc.flags  = DFDESC_HEIGHT;
5       desc.height = fontsize;
6  
7 -     ret = dfb->CreateFont (dfb, LITEFONTDIR"/Misc-Fixed.pfa", &desc, &font);
8 +     ret = dfb->CreateFont (dfb, "/usr/share/fonts/Type1/Misc-Fixed.pfb", &desc, &font);
9       if (ret) {
10            lite_close();
11            dfb->Release (dfb);
This page took 0.042364 seconds and 3 git commands to generate.