Sync with trunc at revision 24120

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/themes@24121 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-11-17 11:07:43 +00:00
parent e51387ab59
commit 3825d42113
167 changed files with 1670 additions and 656 deletions

View file

@ -119,11 +119,11 @@ first. Remaining cases, highest priority first:
@interface NSLayoutManager (layout_helpers)
@interface NSLayoutManager (LayoutHelpers)
-(void) _doLayoutToContainer: (int)cindex point: (NSPoint)p;
@end
@implementation NSLayoutManager (layout_helpers)
@implementation NSLayoutManager (LayoutHelpers)
-(void) _doLayoutToContainer: (int)cindex point: (NSPoint)p
{
[self _doLayout];