diff options
author | redman <redman> | 1999-03-10 18:56:08 (GMT) |
---|---|---|
committer | redman <redman> | 1999-03-10 18:56:08 (GMT) |
commit | 824bd0f38f575bdd5a561fd96eb625748cf340f9 (patch) | |
tree | 77886e134f69c1148d1d01b27f7b33624293616d /xlib/X11 | |
parent | 50950accea8a4e877651105374865cb6f3f48d6e (diff) | |
download | tk-824bd0f38f575bdd5a561fd96eb625748cf340f9.zip tk-824bd0f38f575bdd5a561fd96eb625748cf340f9.tar.gz tk-824bd0f38f575bdd5a561fd96eb625748cf340f9.tar.bz2 |
Merge changes in 8.1 into 8.0.6, specifically we should be exporting
XCreateBitmapFromData() from the Xlib code.
Diffstat (limited to 'xlib/X11')
-rw-r--r-- | xlib/X11/Xlib.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/xlib/X11/Xlib.h b/xlib/X11/Xlib.h index ef96f35..44358bd 100644 --- a/xlib/X11/Xlib.h +++ b/xlib/X11/Xlib.h @@ -1209,17 +1209,6 @@ extern GC XCreateGC( ); -extern Pixmap XCreateBitmapFromData( -#if NeedFunctionPrototypes - Display* /* display */, - Drawable /* d */, - _Xconst char* /* data */, - unsigned int /* width */, - unsigned int /* height */ -#endif -); - - extern void XDrawLine( #if NeedFunctionPrototypes Display* /* display */, |