diff options
author | redman <redman> | 1999-07-31 21:17:53 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-31 21:17:53 (GMT) |
commit | 955bd4ef79ee349f0c4ea3618bb214301f875de6 (patch) | |
tree | 78a2121c221fffa8b064627abd6b0e9382c7bf6c /xlib | |
parent | 4b6fc34cb54c1772dd9e2242f90fe9bd913fb362 (diff) | |
download | tk-955bd4ef79ee349f0c4ea3618bb214301f875de6.zip tk-955bd4ef79ee349f0c4ea3618bb214301f875de6.tar.gz tk-955bd4ef79ee349f0c4ea3618bb214301f875de6.tar.bz2 |
* xlib/X11/Xlib.h: Remove XFillRectangle since it is now in the
stub tables.
Diffstat (limited to 'xlib')
-rw-r--r-- | xlib/X11/Xlib.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h index 3507694..e8723dd 100644 --- a/xlib/X11/Xlib.h +++ b/xlib/X11/Xlib.h @@ -1195,19 +1195,6 @@ _XFUNCPROTOBEGIN -extern void XFillRectangle( -#if NeedFunctionPrototypes - Display* /* display */, - Drawable /* d */, - GC /* gc */, - int /* x */, - int /* y */, - unsigned int /* width */, - unsigned int /* height */ -#endif -); - - #include "tkIntXlibDecls.h" _XFUNCPROTOEND |