From 15bbc81cf6b7c76b8a59cab6d77c9aba88b8562d Mon Sep 17 00:00:00 2001 From: Christopher Chavez Date: Sat, 29 Jul 2023 16:58:05 +0000 Subject: [PATCH] Xutil.h: use Bool for XEmptyRegion(), XEqualRegion() --- include/X11/Xutil.h | 4 ++-- 1 file 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 */ );