diff options
Diffstat (limited to 'math/grace/files/patch-ah')
-rw-r--r-- | math/grace/files/patch-ah | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/grace/files/patch-ah b/math/grace/files/patch-ah new file mode 100644 index 000000000000..bd6088823295 --- /dev/null +++ b/math/grace/files/patch-ah @@ -0,0 +1,19 @@ +*** src/fontwin.c.org Thu Mar 27 13:04:56 2003 +--- src/fontwin.c Thu Mar 27 13:05:30 2003 +*************** +*** 320,326 **** + Widget font_table = (Widget) data; + + FontID = value; +! switch (CheckForFontID(FontID)) { + case 0: + T1_LoadFont(FontID); + break; +--- 320,326 ---- + Widget font_table = (Widget) data; + + FontID = value; +! switch (T1_CheckForFontID(FontID)) { + case 0: + T1_LoadFont(FontID); + break; |