diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-07 14:15:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-07 14:15:04 (GMT) |
commit | f9626b8791b204e2abc39cfc211befbaa74d7202 (patch) | |
tree | 642e999aa3f8c172ac8b66ad3d0d43b485bda9bb /xlib/X11/Xutil.h | |
parent | bdf82ef94f1819825be63c93d5966d57a1449c95 (diff) | |
download | tk-f9626b8791b204e2abc39cfc211befbaa74d7202.zip tk-f9626b8791b204e2abc39cfc211befbaa74d7202.tar.gz tk-f9626b8791b204e2abc39cfc211befbaa74d7202.tar.bz2 |
Add another few Xlib stubs for Win32. Cherry-picked from [http://www.androwish.org/index.html/info/862eb620a096fddc|AndroWish]. Thanks to Christian Werner.
Diffstat (limited to 'xlib/X11/Xutil.h')
-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 58124b0..bf372fb 100644 --- a/xlib/X11/Xutil.h +++ b/xlib/X11/Xutil.h @@ -535,7 +535,7 @@ extern Status XMatchVisualInfo( #endif ); -extern void XOffsetRegion( +extern int XOffsetRegion( #if NeedFunctionPrototypes Region /* r */, int /* dx */, @@ -814,7 +814,7 @@ extern void XUnionRectWithRegion( #endif ); -extern void XUnionRegion( +extern int XUnionRegion( #if NeedFunctionPrototypes Region /* sra */, Region /* srb */, |