From b2c925e360e2c366526de15b44603f855f94139c Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 19 Sep 2011 13:23:24 +0200 Subject: xtrans libX11 libXext libXdmcp libXau libXft libXinerama libXmu libfontenc mesa git update 19 sept 2011 --- libXft/src/xftextent.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libXft/src/xftextent.c') diff --git a/libXft/src/xftextent.c b/libXft/src/xftextent.c index 71f5c1c13..1e418f28a 100644 --- a/libXft/src/xftextent.c +++ b/libXft/src/xftextent.c @@ -21,7 +21,7 @@ */ #include "xftint.h" - + _X_EXPORT void XftGlyphExtents (Display *dpy, XftFont *pub, @@ -41,7 +41,7 @@ XftGlyphExtents (Display *dpy, int left, right, top, bottom; int overall_left, overall_right; int overall_top, overall_bottom; - + g = glyphs; n = nglyphs; nmissing = 0; @@ -116,7 +116,7 @@ XftGlyphExtents (Display *dpy, _X_EXPORT void XftTextExtents8 (Display *dpy, XftFont *pub, - _Xconst FcChar8 *string, + _Xconst FcChar8 *string, int len, XGlyphInfo *extents) { @@ -144,7 +144,7 @@ XftTextExtents8 (Display *dpy, _X_EXPORT void XftTextExtents16 (Display *dpy, XftFont *pub, - _Xconst FcChar16 *string, + _Xconst FcChar16 *string, int len, XGlyphInfo *extents) { @@ -172,7 +172,7 @@ XftTextExtents16 (Display *dpy, _X_EXPORT void XftTextExtents32 (Display *dpy, XftFont *pub, - _Xconst FcChar32 *string, + _Xconst FcChar32 *string, int len, XGlyphInfo *extents) { @@ -200,7 +200,7 @@ XftTextExtents32 (Display *dpy, _X_EXPORT void XftTextExtentsUtf8 (Display *dpy, XftFont *pub, - _Xconst FcChar8 *string, + _Xconst FcChar8 *string, int len, XGlyphInfo *extents) { @@ -243,7 +243,7 @@ XftTextExtentsUtf8 (Display *dpy, _X_EXPORT void XftTextExtentsUtf16 (Display *dpy, XftFont *pub, - _Xconst FcChar8 *string, + _Xconst FcChar8 *string, FcEndian endian, int len, XGlyphInfo *extents) -- cgit v1.2.3