aboutsummaryrefslogtreecommitdiff
path: root/generic/Types.h
diff options
context:
space:
mode:
authorlecoanet2003-10-08 08:08:36 +0000
committerlecoanet2003-10-08 08:08:36 +0000
commita2fc7b287de1b1eeaa1a2fba141b7e348819b68d (patch)
treeaa5f73bbe01f0b80c70ee5f40e8c8a3796d24f6a /generic/Types.h
parent5e9e9c24c6d1b7dfcf41be8661f36e95bb3e3f86 (diff)
downloadtkzinc-a2fc7b287de1b1eeaa1a2fba141b7e348819b68d.zip
tkzinc-a2fc7b287de1b1eeaa1a2fba141b7e348819b68d.tar.gz
tkzinc-a2fc7b287de1b1eeaa1a2fba141b7e348819b68d.tar.bz2
tkzinc-a2fc7b287de1b1eeaa1a2fba141b7e348819b68d.tar.xz
Fixed the return type of the ZnPointInRegion prototype to return
a ZnBool
Diffstat (limited to 'generic/Types.h')
-rw-r--r--generic/Types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Types.h b/generic/Types.h
index 65dd82e..a7dd5a5 100644
--- a/generic/Types.h
+++ b/generic/Types.h
@@ -163,7 +163,7 @@ EXTERN void XDrawLine(Display* display, Drawable d, GC gc,
EXTERN void XDrawLines(Display* display, Drawable d, GC gc,
XPoint* points, int npoints, int mode);
-EXTERN void ZnPointInRegion(TkRegion reg, int x, int y);
+EXTERN ZnBool ZnPointInRegion(TkRegion reg, int x, int y);
EXTERN void ZnUnionRegion(TkRegion sra, TkRegion srb,
TkRegion dr_return);
EXTERN void ZnOffsetRegion(TkRegion reg, int dx, int dy);