summaryrefslogtreecommitdiffstats
path: root/xlib
diff options
context:
space:
mode:
authorredman <redman@noemail.net>1999-03-10 18:56:07 (GMT)
committerredman <redman@noemail.net>1999-03-10 18:56:07 (GMT)
commitff3101451c8bde9cd35538c8cb55f315848a6919 (patch)
tree77886e134f69c1148d1d01b27f7b33624293616d /xlib
parentec2ba5f6728b8b5f1a252e25b4433d29c4319403 (diff)
downloadtk-ff3101451c8bde9cd35538c8cb55f315848a6919.zip
tk-ff3101451c8bde9cd35538c8cb55f315848a6919.tar.gz
tk-ff3101451c8bde9cd35538c8cb55f315848a6919.tar.bz2
Merge changes in 8.1 into 8.0.6, specifically we should be exporting
XCreateBitmapFromData() from the Xlib code. FossilOrigin-Name: 1c9f6289b9106cb99bb180160f3b128779187901
Diffstat (limited to 'xlib')
-rw-r--r--xlib/X11/Xlib.h11
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 */,