]> granicus.if.org Git - graphviz/commitdiff
still need the externs
authorellson <devnull@localhost>
Fri, 26 May 2006 17:02:47 +0000 (17:02 +0000)
committerellson <devnull@localhost>
Fri, 26 May 2006 17:02:47 +0000 (17:02 +0000)
lib/common/gdgen.c
plugin/gd/gvrender_gd.c

index 61dd14a413194af6ea5489f66123ae602d9c14c3..be6acb1f12d90d82b8d0d8e2fb0d9b05ab94fbc1 100644 (file)
@@ -506,6 +506,8 @@ void gd_missingfont(char *err, char *fontreq)
     }
 }
 
+extern gdFontPtr gdFontTiny, gdFontSmall, gdFontMediumBold, gdFontLarge, gdFontGiant;
+
 static void gd_textpara(point p, textpara_t * para)
 {
     char *str, *fontlist;
index d788f78c46d640a3b5790122c351132bf615cb19..f6c1065a93c663242796a5aec7f152fbebdcf20d 100644 (file)
@@ -372,6 +372,8 @@ void gdgen_missingfont(char *err, char *fontreq)
     }
 }
 
+extern gdFontPtr gdFontTiny, gdFontSmall, gdFontMediumBold, gdFontLarge, gdFontGiant;
+
 static void gdgen_textpara(GVJ_t * job, pointf p, textpara_t * para)
 {
     gvstyle_t *style = job->style;