summaryrefslogtreecommitdiffstats
path: root/xlib/X11
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-07-28 08:48:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-07-28 08:48:16 (GMT)
commit7fe6679283dee22f69abe4f4705fc73a45d089c6 (patch)
tree67deefa8410603b3805babfe5340ca6c0814a81d /xlib/X11
parent4fe1846f2ab9eb6dd9c8fb30c91b1e2fa747a4cd (diff)
parent5faa1ee9e67769d4c91ffc6fcee8270a5db4d66c (diff)
downloadtk-7fe6679283dee22f69abe4f4705fc73a45d089c6.zip
tk-7fe6679283dee22f69abe4f4705fc73a45d089c6.tar.gz
tk-7fe6679283dee22f69abe4f4705fc73a45d089c6.tar.bz2
[Bug 3380684] XEmptyRegion prototype doesn't match usage
Diffstat (limited to 'xlib/X11')
-rw-r--r--xlib/X11/Xutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlib/X11/Xutil.h b/xlib/X11/Xutil.h
index e42ed5d..7348e90 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 */