From 955bd4ef79ee349f0c4ea3618bb214301f875de6 Mon Sep 17 00:00:00 2001 From: redman Date: Sat, 31 Jul 1999 21:17:53 +0000 Subject: * xlib/X11/Xlib.h: Remove XFillRectangle since it is now in the stub tables. --- ChangeLog | 5 +++++ xlib/X11/Xlib.h | 13 ------------- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 526dda1..be9ca85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-07-31 Scott Redman + + * xlib/X11/Xlib.h: Remove XFillRectangle since it is now in the + stub tables. + 1999-07-30 Jeff Hobbs * tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446] 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 -- cgit v0.12