Xutil.h: use Bool for XEmptyRegion(), XEqualRegion()

This commit is contained in:
Christopher Chavez 2023-07-29 16:58:05 +00:00 committed by Alan Coopersmith
parent 5433cb9351
commit 15bbc81cf6

View file

@ -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 */
);