diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-07-28 08:50:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-07-28 08:50:17 (GMT) |
commit | 8582f1dba59c35fb978994864b0603bb9d9f86c7 (patch) | |
tree | bbc32eaaa581865db30857f0ebb1e63d23a17c37 /xlib | |
parent | 6639b0595d13a4c6914f1041aefaec88668624d8 (diff) | |
parent | a19d2bd0cd1a0e444061df7e02af797f60b99ddf (diff) | |
download | tk-8582f1dba59c35fb978994864b0603bb9d9f86c7.zip tk-8582f1dba59c35fb978994864b0603bb9d9f86c7.tar.gz tk-8582f1dba59c35fb978994864b0603bb9d9f86c7.tar.bz2 |
[Bug 3380684] XEmptyRegion prototype doesn't match usage
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/X11/Xutil.h | 4 |
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 */ |