diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:16 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:16 +0000 |
commit | 0642e99ac05afb0c90872a29ff290ffc348c4255 (patch) | |
tree | 4ca628848e7d3fc10217101970c2db6c49342ec7 /src/Text16.c | |
parent | 400780e6a7f710b57e92a9cc792bcb4ba530ffb3 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'src/Text16.c')
-rw-r--r-- | src/Text16.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/Text16.c b/src/Text16.c index a20f3a3c..89d05ab9 100644 --- a/src/Text16.c +++ b/src/Text16.c @@ -24,12 +24,11 @@ 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/Text16.c,v 1.5 2001/12/14 19:54:07 dawes Exp $ */ +/* $XFree86: xc/lib/X11/Text16.c,v 1.6 2003/11/17 22:20:08 dawes Exp $ */ #include "Xlibint.h" int -#if NeedFunctionPrototypes XDrawString16( register Display *dpy, Drawable d, @@ -38,15 +37,6 @@ XDrawString16( int y, _Xconst XChar2b *string, int length) -#else -XDrawString16(dpy, d, gc, x, y, string, length) - register Display *dpy; - Drawable d; - GC gc; - int x, y; - XChar2b *string; - int length; -#endif { int Datalength = 0; register xPolyText16Req *req; |