Fixed GNUMail compilation with recent Darwin linker versions

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20588 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
qmathe 2005-01-21 09:32:50 +00:00
parent 5e2505a44f
commit bbf693d751
3 changed files with 11 additions and 5 deletions

View file

@ -66,9 +66,6 @@ static NSColor *BorderColor;
// Toolbar color extensions
@interface NSColor (GNUstepPrivate)
+ (NSColor *) colorFromString: (NSString *)string;
@end
static void initSystemExtensionsColors(void)
{
@ -128,7 +125,7 @@ static void initSystemExtensionsColors(void)
}
}
@implementation NSColor (Extensions)
@implementation NSColor (GSToolbarViewAdditions)
+ (NSColor *) toolbarBackgroundColor
{
return [SystemExtensionsColors colorWithKey: @"toolbarBackgroundColor"];