summaryrefslogtreecommitdiffstats
path: root/xlib/X11/Xutil.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2016-08-29 12:31:41 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2016-08-29 12:31:41 (GMT)
commitb4e1acc8673768a477f407e3801aa1221e0c7702 (patch)
treecc57fe4b69c24d163afdafa622ef932fa87a475f /xlib/X11/Xutil.h
parent68f9ab03b8221c5598d641e711c82c1840d2d396 (diff)
parent46902ad3f6350d23ff6fcbd493e2a2827eec2037 (diff)
downloadtk-b4e1acc8673768a477f407e3801aa1221e0c7702.zip
tk-b4e1acc8673768a477f407e3801aa1221e0c7702.tar.gz
tk-b4e1acc8673768a477f407e3801aa1221e0c7702.tar.bz2
rebase to core-8-6-branch.
should now work with TCL_UTF_MAX=4 and TCL_UTF_MAX=6 (not yet with TCL_UTF_MAX=3)
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 */,