Since I got no response from greg so far,
I'll post it to the mailing list (I can't commit
it, because my membership is not yet approved)
I'll post it to the mailing list (I can't commit
it, because my membership is not yet approved)
---------- Forwarded message ----------
From: Hans Baier <[EMAIL PROTECTED]>
Date: 09.08.2006 06:26
Subject: Bugfix for gnustep-back
To: [EMAIL PROTECTED]
There were typos in method signatures in Source/xlib/GSXftFontInfo.m.
Index: ChangeLog
===================================================================
--- ChangeLog (Revision 23216)
+++ ChangeLog (Arbeitskopie)
@@ -1,3 +1,8 @@
+2006-08-09 Hans Baier <[EMAIL PROTECTED]>
+
+ * Source/xlib/GSXftFontInfo.m:
+ changed method signatures to fix typos (lenght->length)
+
2006-08-01 Riccardo Mottola <[EMAIL PROTECTED]>
* Headers/xlib/XGPrivate.h,
Index: Source/xlib/GSXftFontInfo.m
===================================================================
--- Source/xlib/GSXftFontInfo.m (Revision 23216)
+++ Source/xlib/GSXftFontInfo.m (Arbeitskopie)
@@ -430,7 +430,7 @@
xp.x, xp.y, (XftChar16*)buf, len);
}
-- (void) draw: (const char*) s lenght: (int) len
+- (void) draw: (const char*) s length: (int) len
onDisplay: (Display*) xdpy drawable: (Drawable) draw
with: (GC) xgcntxt at: (XPoint) xp
{
@@ -454,7 +454,7 @@
}
}
-- (float) widthOf: (const char*) s lenght: (int) len
+- (float) widthOf: (const char*) s length: (int) len
{
XGlyphInfo extents;
_______________________________________________ Gnustep-cvs mailing list [email protected] https://mail.gna.org/listinfo/gnustep-cvs
