From 64089dca388f5a9a8235a94b4372763875132219 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 2 Feb 2000 14:01:15 +0000 Subject: Passage en Zinc --- generic/PostScript.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'generic/PostScript.h') diff --git a/generic/PostScript.h b/generic/PostScript.h index e92514b..a7cd084 100644 --- a/generic/PostScript.h +++ b/generic/PostScript.h @@ -44,14 +44,14 @@ typedef struct _PostScriptStruct { FILE *file; char *title; - RadarBool landscape; + ZnBool landscape; int color_mode; int x_world; int y_world; int world_width; int world_height; - RadarBBox page_bbox; - RadarList fonts; + ZnBBox page_bbox; + ZnList fonts; } PostScriptStruct, *PostScriptInfo; @@ -68,7 +68,7 @@ struct _WidgetInfo; extern struct _POSTSCRIPT_P { void (*EmitPostScript)(struct _WidgetInfo *wi, FILE *file, char *title, - RadarBool landscape, int color_mode, + ZnBool landscape, int color_mode, int x_world, int y_world, int world_width, int world_height, int bbox_ox, int bbox_oy, int bbox_cx, int bbox_cy); -- cgit v1.1