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)
commit8582f1dba59c35fb978994864b0603bb9d9f86c7 (patch)
treebbc32eaaa581865db30857f0ebb1e63d23a17c37 /xlib
parent6639b0595d13a4c6914f1041aefaec88668624d8 (diff)
parenta19d2bd0cd1a0e444061df7e02af797f60b99ddf (diff)
downloadtk-8582f1dba59c35fb978994864b0603bb9d9f86c7.zip
tk-8582f1dba59c35fb978994864b0603bb9d9f86c7.tar.gz
tk-8582f1dba59c35fb978994864b0603bb9d9f86c7.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 */