summaryrefslogtreecommitdiffstats
path: root/xlib/X11
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-07-28 08:42:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-07-28 08:42:11 (GMT)
commit5faa1ee9e67769d4c91ffc6fcee8270a5db4d66c (patch)
treea9a5cc13b3f4268d5f29997053c7b61e05f83ac3 /xlib/X11
parent8c50e685b1bb9cebcf69e1bc5af874a5f2898547 (diff)
downloadtk-5faa1ee9e67769d4c91ffc6fcee8270a5db4d66c.zip
tk-5faa1ee9e67769d4c91ffc6fcee8270a5db4d66c.tar.gz
tk-5faa1ee9e67769d4c91ffc6fcee8270a5db4d66c.tar.bz2
[Bug 3380684] XEmptyRegion prototype doesn't match usage
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 */