diff options
author | surles <surles> | 1999-06-16 20:11:28 (GMT) |
---|---|---|
committer | surles <surles> | 1999-06-16 20:11:28 (GMT) |
commit | 315eceb5db3079f23e9b44bbc8c26b32f07b60f3 (patch) | |
tree | abbed949bce8ff388638855623772027ac2da0d9 /xlib/X11 | |
parent | 17b3a9afdbac6f249bd15e33f5d4d30239b3d4d1 (diff) | |
download | tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.zip tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.gz tk-315eceb5db3079f23e9b44bbc8c26b32f07b60f3.tar.bz2 |
modified files to work with new windows Makefiles
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 */, |