From 79f65d040d72f778f66f8eefdaffb6acd9799a38 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 10 May 2005 07:59:48 +0000 Subject: Merge of the newly developped postscript code (still not fully functional). --- generic/Reticle.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'generic/Reticle.c') diff --git a/generic/Reticle.c b/generic/Reticle.c index e9c811c..cebeb98 100644 --- a/generic/Reticle.c +++ b/generic/Reticle.c @@ -568,10 +568,12 @@ Coords(ZnItem item, * ********************************************************************************** */ -static void -PostScript(ZnItem item, - ZnBool prepass) +static int +PostScript(ZnItem item, + ZnBool prepass, + ZnBBox *area) { + return TCL_OK; } -- cgit v1.1