summaryrefslogtreecommitdiffstats
path: root/xlib/X11/Xutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlib/X11/Xutil.h')
-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 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 */