diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-07-28 08:42:11 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2011-07-28 08:42:11 (GMT) |
commit | 1f6a4f2c41a76e1989e122e83a209f06842055c9 (patch) | |
tree | a9a5cc13b3f4268d5f29997053c7b61e05f83ac3 /xlib/X11 | |
parent | 86835680831bd236908f2d66b7b95f34691c12c9 (diff) | |
download | tk-1f6a4f2c41a76e1989e122e83a209f06842055c9.zip tk-1f6a4f2c41a76e1989e122e83a209f06842055c9.tar.gz tk-1f6a4f2c41a76e1989e122e83a209f06842055c9.tar.bz2 |
[Bug 3380684] XEmptyRegion prototype doesn't match usage
Diffstat (limited to 'xlib/X11')
-rw-r--r-- | xlib/X11/Xutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/X11/Xutil.h b/xlib/X11/Xutil.h index 8812c80..8534768 100644 --- a/xlib/X11/Xutil.h +++ b/xlib/X11/Xutil.h @@ -364,13 +364,13 @@ extern void XDestroyRegion( #endif ); -extern void XEmptyRegion( +extern Bool XEmptyRegion( #if NeedFunctionPrototypes Region /* r */ #endif ); -extern void XEqualRegion( +extern Bool XEqualRegion( #if NeedFunctionPrototypes Region /* r1 */, Region /* r2 */ |