aboutsummaryrefslogtreecommitdiff
path: root/generic/Track.c
diff options
context:
space:
mode:
authorlecoanet2005-05-10 07:59:48 +0000
committerlecoanet2005-05-10 07:59:48 +0000
commit79f65d040d72f778f66f8eefdaffb6acd9799a38 (patch)
treed1e43508242bd9d6ba85e4147e444d12830b8d3a /generic/Track.c
parent72fd6b4d5f695731d2b6f4c553f7f9bcd0c43476 (diff)
downloadtkzinc-79f65d040d72f778f66f8eefdaffb6acd9799a38.zip
tkzinc-79f65d040d72f778f66f8eefdaffb6acd9799a38.tar.gz
tkzinc-79f65d040d72f778f66f8eefdaffb6acd9799a38.tar.bz2
tkzinc-79f65d040d72f778f66f8eefdaffb6acd9799a38.tar.xz
Merge of the newly developped postscript code (still not fully functional).
Diffstat (limited to 'generic/Track.c')
-rw-r--r--generic/Track.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/generic/Track.c b/generic/Track.c
index b1aaf40..63686c4 100644
--- a/generic/Track.c
+++ b/generic/Track.c
@@ -1767,10 +1767,12 @@ Pick(ZnItem item,
*
**********************************************************************************
*/
-static void
-PostScript(ZnItem item,
- ZnBool prepass)
+static int
+PostScript(ZnItem item,
+ ZnBool prepass,
+ ZnBBox *area)
{
+ return TCL_OK;
}