]> git.pld-linux.org Git - packages/grace.git/blame - grace-t1lib.patch
- cosmetics
[packages/grace.git] / grace-t1lib.patch
CommitLineData
f9b0b71b
JB
1--- grace-5.1.12/src/t1fonts.c.orig Thu Apr 3 20:57:12 2003
2+++ grace-5.1.12/src/t1fonts.c Thu Apr 3 21:41:00 2003
3@@ -85,7 +85,7 @@
4 return (RETURN_FAILURE);
5 }
6
7- nfonts = T1_Get_no_fonts();
8+ nfonts = T1_GetNoFonts();
9 if (nfonts < 1) {
10 return (RETURN_FAILURE);
11 }
12--- grace-5.1.12/src/fontwin.c.orig Wed Aug 21 22:19:51 2002
13+++ grace-5.1.12/src/fontwin.c Thu Apr 3 21:51:41 2003
14@@ -320,7 +320,7 @@
15 Widget font_table = (Widget) data;
16
17 FontID = value;
18- switch (CheckForFontID(FontID)) {
19+ switch (T1_CheckForFontID(FontID)) {
20 case 0:
21 T1_LoadFont(FontID);
22 break;
This page took 0.051417 seconds and 4 git commands to generate.