From: ellson Date: Tue, 25 Jan 2005 16:07:07 +0000 (+0000) Subject: need setup_pagination in two places X-Git-Tag: LAST_LIBGRAPH~32^2~7996 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d78086d3120d9e1ca526fbf41dd1bbba740b42ff;p=graphviz need setup_pagination in two places --- diff --git a/lib/common/emit.c b/lib/common/emit.c index 2974c0c41..32766f48e 100644 --- a/lib/common/emit.c +++ b/lib/common/emit.c @@ -749,6 +749,9 @@ void emit_graph(GVC_t * gvc, graph_t * g, int flags) char *str, *colors; char *s, *url = NULL, *tooltip = NULL, *target = NULL; +/* FIXME - shouldn't need this again */ + setup_pagination(gvc, g); + #if 0 /* FIXME - apparently zoom is not set yet */ gvc->clip.UR.x = ROUND(gvc->focus.x + (gvc->width+1) / (gvc->zoom * 2.));