mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-09 09:38:15 +02:00
Xutil.h: use Bool for XEmptyRegion(), XEqualRegion()
This commit is contained in:
parent
5433cb9351
commit
15bbc81cf6
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue