From 962e1a468379b6b33677520ed040a3d0f6da7a43 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Mon, 8 Apr 2002 13:50:04 +0000 Subject: Modifs suite � restructuration de Item.c --- generic/PostScript.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'generic/PostScript.c') diff --git a/generic/PostScript.c b/generic/PostScript.c index 025b156..71781f1 100644 --- a/generic/PostScript.c +++ b/generic/PostScript.c @@ -43,6 +43,7 @@ #include #include "Item.h" +#include "Group.h" #include "PostScript.h" #include "WidgetInfo.h" #include "Geo.h" @@ -190,7 +191,7 @@ EmitPostScript(WidgetInfo *wi, /* * Iterate through all items emitting PostScript for each. */ - current_item = ((GroupItem) wi->top_group)->tail; + current_item = ZnGroupTail(wi->top_group); while (current_item != ZN_NO_ITEM) { if (ISSET(current_item->flags, VISIBLE_BIT)) { IntersectBBox(&ps_info->page_bbox, ¤t_item->item_bounding_box, &bbox); -- cgit v1.1