summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Chavez <chrischavez@gmx.us>2023-07-29 16:58:05 +0000
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-08-29 22:50:39 +0000
commit15bbc81cf6b7c76b8a59cab6d77c9aba88b8562d (patch)
treea3aaa4e21f3b52af5184d089536ab0168c0161f9
parent5433cb93513c31e9cba2a447cf48d4b9aeb53285 (diff)
Xutil.h: use Bool for XEmptyRegion(), XEqualRegion()
-rw-r--r--include/X11/Xutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/Xutil.h b/include/X11/Xutil.h
index 62cdf555..6de64ed4 100644
--- a/include/X11/Xutil.h
+++ b/include/X11/Xutil.h
@@ -404,11 +404,11 @@ extern int XDestroyRegion(
Region /* r */
);
-extern int XEmptyRegion(
+extern Bool XEmptyRegion(
Region /* r */
);
-extern int XEqualRegion(
+extern Bool XEqualRegion(
Region /* r1 */,
Region /* r2 */
);