summaryrefslogtreecommitdiff
path: root/src/ImText16.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ImText16.c')
-rw-r--r--src/ImText16.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/ImText16.c b/src/ImText16.c
index fdc171ad..cabcf279 100644
--- a/src/ImText16.c
+++ b/src/ImText16.c
@@ -24,11 +24,12 @@ 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: xc/lib/X11/ImText16.c,v 1.4 2001/12/14 19:54:02 dawes Exp $ */
#define NEED_REPLIES
#include "Xlibint.h"
-#if NeedFunctionPrototypes
+int
XDrawImageString16(
register Display *dpy,
Drawable d,
@@ -37,15 +38,6 @@ XDrawImageString16(
int y,
_Xconst XChar2b *string,
int length)
-#else
-XDrawImageString16(dpy, d, gc, x, y, string, length)
- register Display *dpy;
- Drawable d;
- GC gc;
- int x, y;
- XChar2b *string;
- int length;
-#endif
{
register xImageText16Req *req;
XChar2b *CharacterOffset = (XChar2b *)string;