summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-07-28 12:31:00 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-07-28 12:31:00 (GMT)
commit7891b1c74af0da4f570b8ac859b8f57dc7798081 (patch)
tree3507bfbef2415b944fa189c5f0e7bf5720f424a3 /xlib
parented5e4376c028699600ed2336f5721ad1c2fd5c1c (diff)
parent0108a2f7580c151b99fe943825efc9bdc1c10d6b (diff)
downloadtk-7891b1c74af0da4f570b8ac859b8f57dc7798081.zip
tk-7891b1c74af0da4f570b8ac859b8f57dc7798081.tar.gz
tk-7891b1c74af0da4f570b8ac859b8f57dc7798081.tar.bz2
merge to rc
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 e42ed5d..7348e90 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 */