diff options
author | surles <surles@noemail.net> | 1999-06-16 20:11:27 (GMT) |
---|---|---|
committer | surles <surles@noemail.net> | 1999-06-16 20:11:27 (GMT) |
commit | df4e07b25c8cc0595d2719502498e762a80e960b (patch) | |
tree | abbed949bce8ff388638855623772027ac2da0d9 /xlib/X11 | |
parent | 1ab597e11b964960febacdbf5d7a0e4222aa2638 (diff) | |
download | tk-df4e07b25c8cc0595d2719502498e762a80e960b.zip tk-df4e07b25c8cc0595d2719502498e762a80e960b.tar.gz tk-df4e07b25c8cc0595d2719502498e762a80e960b.tar.bz2 |
modified files to work with new windows Makefiles
FossilOrigin-Name: 8a68de4fa4b67394ae69a65ee86ee1abad5a4737
Diffstat (limited to 'xlib/X11')
-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 a6bb591..3507694 100644 --- a/xlib/X11/Xlib.h +++ b/xlib/X11/Xlib.h @@ -1195,19 +1195,6 @@ _XFUNCPROTOBEGIN -extern void XDrawLine( -#if NeedFunctionPrototypes - Display* /* display */, - Drawable /* d */, - GC /* gc */, - int /* x1 */, - int /* y1 */, - int /* x2 */, - int /* y2 */ -#endif -); - - extern void XFillRectangle( #if NeedFunctionPrototypes Display* /* display */, |