summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-07-28 08:50:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-07-28 08:50:17 (GMT)
commit0108a2f7580c151b99fe943825efc9bdc1c10d6b (patch)
treebbc32eaaa581865db30857f0ebb1e63d23a17c37 /xlib
parent5a4b822ad00a41f425f7b9bdade7eeced6d9aac0 (diff)
parent7fe6679283dee22f69abe4f4705fc73a45d089c6 (diff)
downloadtk-0108a2f7580c151b99fe943825efc9bdc1c10d6b.zip
tk-0108a2f7580c151b99fe943825efc9bdc1c10d6b.tar.gz
tk-0108a2f7580c151b99fe943825efc9bdc1c10d6b.tar.bz2
[Bug 3380684] XEmptyRegion prototype doesn't match usage
Diffstat (limited to 'xlib')
-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 */