diff options
author | Egbert Eich <eich@freedesktop.org> | 2004-04-23 18:42:09 +0000 |
---|---|---|
committer | Egbert Eich <eich@freedesktop.org> | 2004-04-23 18:42:09 +0000 |
commit | c6349f43193b74a3c09945f3093a871b0157ba47 (patch) | |
tree | aea173c19da6fa57e24eb4633ff815feb7ae3fa0 /src/QuTextE16.c | |
parent | c3c4ddc682950a01b80825021f3e2503ab01ea7f (diff) |
Merging XORG-CURRENT into trunk
Diffstat (limited to 'src/QuTextE16.c')
-rw-r--r-- | src/QuTextE16.c | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/QuTextE16.c b/src/QuTextE16.c index 66b3149..58003f4 100644 --- a/src/QuTextE16.c +++ b/src/QuTextE16.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/QuTextE16.c,v 1.4 2001/12/14 19:54:04 dawes Exp $ */ #define NEED_REPLIES #include "Xlibint.h" -#if NeedFunctionPrototypes +int XQueryTextExtents16 ( register Display *dpy, Font fid, @@ -38,17 +39,6 @@ XQueryTextExtents16 ( int *font_ascent, int *font_descent, register XCharStruct *overall) -#else -XQueryTextExtents16 (dpy, fid, string, nchars, dir, font_ascent, font_descent, - overall) - register Display *dpy; - Font fid; - XChar2b *string; - register int nchars; - int *dir; - int *font_ascent, *font_descent; - register XCharStruct *overall; -#endif { register long i; register unsigned char *ptr; |