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 bf372fb..58124b0 100644
--- a/xlib/X11/Xutil.h
+++ b/xlib/X11/Xutil.h
@@ -535,7 +535,7 @@ extern Status XMatchVisualInfo(
#endif
);
-extern int XOffsetRegion(
+extern void XOffsetRegion(
#if NeedFunctionPrototypes
Region /* r */,
int /* dx */,
@@ -814,7 +814,7 @@ extern void XUnionRectWithRegion(
#endif
);
-extern int XUnionRegion(
+extern void XUnionRegion(
#if NeedFunctionPrototypes
Region /* sra */,
Region /* srb */,