From 5faa1ee9e67769d4c91ffc6fcee8270a5db4d66c Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 28 Jul 2011 08:42:11 +0000 Subject: [Bug 3380684] XEmptyRegion prototype doesn't match usage --- ChangeLog | 5 +++++ xlib/X11/Xutil.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index df1fe92..dae090e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-28 Jan Nijtmans + + * xlib/X11/Xutil.h: [Bug 3380684] XEmptyRegion prototype doesn't + match usage + 2011-06-16 Jan Nijtmans * win/tcl.m4: Sync with win/tcl.m4 from Tcl 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 */ -- cgit v0.12