summaryrefslogtreecommitdiffstats
path: root/xlib/X11
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2011-07-28 08:42:11 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2011-07-28 08:42:11 (GMT)
commitaf98350ddf0c4c39ffde6d4e9c91a7d905f29811 (patch)
treea9a5cc13b3f4268d5f29997053c7b61e05f83ac3 /xlib/X11
parentd8904c3c31e8d884895053850c7cf245d247a93a (diff)
downloadtk-af98350ddf0c4c39ffde6d4e9c91a7d905f29811.zip
tk-af98350ddf0c4c39ffde6d4e9c91a7d905f29811.tar.gz
tk-af98350ddf0c4c39ffde6d4e9c91a7d905f29811.tar.bz2
[Bug 3380684] XEmptyRegion prototype doesn't match usage
FossilOrigin-Name: b754e2d63c13631b242f7df855cc57c4e9698fdb
Diffstat (limited to 'xlib/X11')
-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 8812c80..8534768 100644
--- a/xlib/X11/Xutil.h
+++ b/xlib/X11/Xutil.h
@@ -364,13 +364,13 @@ extern void XDestroyRegion(
#endif
);
-extern void XEmptyRegion(
+extern Bool XEmptyRegion(
#if NeedFunctionPrototypes
Region /* r */
#endif
);
-extern void XEqualRegion(
+extern Bool XEqualRegion(
#if NeedFunctionPrototypes
Region /* r1 */,
Region /* r2 */