summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-07-31 21:17:53 (GMT)
committerredman <redman@noemail.net>1999-07-31 21:17:53 (GMT)
commitf8162059b83f24526f7c70e56ef4fea370edc369 (patch)
tree78a2121c221fffa8b064627abd6b0e9382c7bf6c /xlib
parent2ce8687cbfb29d54ea0185ccf8cda1750b927de2 (diff)
downloadtk-f8162059b83f24526f7c70e56ef4fea370edc369.zip
tk-f8162059b83f24526f7c70e56ef4fea370edc369.tar.gz
tk-f8162059b83f24526f7c70e56ef4fea370edc369.tar.bz2
* xlib/X11/Xlib.h: Remove XFillRectangle since it is now in the
stub tables. FossilOrigin-Name: 8b0932f79ffbf2ee198f7e74d3ce99322b61eb4c
Diffstat (limited to 'xlib')
-rw-r--r--xlib/X11/Xlib.h13
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