mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 03:41:04 +00:00
Corrected some typos in method signatures
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@23312 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
39b84c08f5
commit
7fb9200cb9
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-08-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/xlib/GSXftFontInfo.m:
|
||||
changed method signatures to fix typos (lenght->length)
|
||||
Patch by: Hans Baier <hansfbaier@gmail.com>
|
||||
|
||||
2006-08-13 Christopher Armstrong <carmstrong@fastmail.com.au>
|
||||
|
||||
* Source/winlib/WIN32GState.m: Fixups to last patch
|
||||
|
|
|
@ -430,7 +430,7 @@ static NSArray *faFromFc(FcPattern *pat)
|
|||
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 @@ static NSArray *faFromFc(FcPattern *pat)
|
|||
}
|
||||
}
|
||||
|
||||
- (float) widthOf: (const char*) s lenght: (int) len
|
||||
- (float) widthOf: (const char*) s length: (int) len
|
||||
{
|
||||
XGlyphInfo extents;
|
||||
|
||||
|
|
Loading…
Reference in a new issue