summaryrefslogtreecommitdiff
path: root/src/CrBFData.c
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2004-04-23 18:42:09 +0000
committerEgbert Eich <eich@freedesktop.org>2004-04-23 18:42:09 +0000
commitc6349f43193b74a3c09945f3093a871b0157ba47 (patch)
treeaea173c19da6fa57e24eb4633ff815feb7ae3fa0 /src/CrBFData.c
parentc3c4ddc682950a01b80825021f3e2503ab01ea7f (diff)
downloadxorg-lib-libX11-c6349f43193b74a3c09945f3093a871b0157ba47.tar.gz
Merging XORG-CURRENT into trunk
Diffstat (limited to 'src/CrBFData.c')
-rw-r--r--src/CrBFData.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/CrBFData.c b/src/CrBFData.c
index 70060a96..6e9aad1b 100644
--- a/src/CrBFData.c
+++ b/src/CrBFData.c
@@ -24,6 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
+/* $XFree86$ */
#include "Xlib.h"
@@ -44,20 +45,12 @@ in this Software without prior written authorization from The Open Group.
* xoffset=0
* no extra bytes per line
*/
-#if NeedFunctionPrototypes
Pixmap XCreateBitmapFromData(
Display *display,
Drawable d,
_Xconst char *data,
unsigned int width,
unsigned int height)
-#else
-Pixmap XCreateBitmapFromData(display, d, data, width, height)
- Display *display;
- Drawable d;
- char *data;
- unsigned int width, height;
-#endif
{
XImage ximage;
GC gc;