From f658209d25477c490bf1892e68a0fd1384c1dded Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 23 Jun 2009 20:55:28 +0000 Subject: *** empty log message *** --- src/x11/xvertex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/x11/xvertex.h') diff --git a/src/x11/xvertex.h b/src/x11/xvertex.h index b1b4e3a..8bb247d 100644 --- a/src/x11/xvertex.h +++ b/src/x11/xvertex.h @@ -21,8 +21,8 @@ enum {XR_LEFT, XR_CENTRE, XR_RIGHT, XR_TLEFT, XR_TCENTRE, XR_TRIGHT, XR_MLEFT, X double XRotVersion(char* str, int n); void XRotSetMagnification(double m); void XRotSetBoundingBoxPad(int p); -XPoint *XRotTextExtents(Display* dpy, XFontStruct* font, double angle, int x, int y, const char* text, int align); -int XRotDrawString(Display* dpy, XFontStruct* font, double angle, Drawable drawable, GC gc, int x, int y, const char* text, int align, int bg); +XPoint *XRotTextExtents(Display* dpy, XFontStruct* font, double angle, int x, int y, const char* text, int len, int align); +int XRotDrawString(Display* dpy, XFontStruct* font, double angle, Drawable drawable, GC gc, int x, int y, const char* text, int len, int align, int bg); #ifdef __cplusplus } -- cgit v1.2.3