summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-19 14:29:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-05-19 14:29:21 (GMT)
commitcfbc3c771ffeb37035a441691dc40eceb3945542 (patch)
treedaae83e1d51561a9ab56cc3a68c739c22a01db07 /xlib
parent20e20256fb9780f6ab3a1846344ce6605e9a85ae (diff)
downloadtk-cfbc3c771ffeb37035a441691dc40eceb3945542.zip
tk-cfbc3c771ffeb37035a441691dc40eceb3945542.tar.gz
tk-cfbc3c771ffeb37035a441691dc40eceb3945542.tar.bz2
Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unneccessary white-space.
Diffstat (limited to 'xlib')
-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 58124b0..bf372fb 100644
--- a/xlib/X11/Xutil.h
+++ b/xlib/X11/Xutil.h
@@ -535,7 +535,7 @@ extern Status XMatchVisualInfo(
#endif
);
-extern void XOffsetRegion(
+extern int XOffsetRegion(
#if NeedFunctionPrototypes
Region /* r */,
int /* dx */,
@@ -814,7 +814,7 @@ extern void XUnionRectWithRegion(
#endif
);
-extern void XUnionRegion(
+extern int XUnionRegion(
#if NeedFunctionPrototypes
Region /* sra */,
Region /* srb */,