mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:30:38 +00:00
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:
parent
5e2505a44f
commit
bbf693d751
3 changed files with 11 additions and 5 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue