Implement NSColorPicker, add method defs to NSImage.h, add ivar init to

NSImage.m, fix bug in NSBundle [-pathForImageResource:]


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6380 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
jagapen 2000-03-25 11:54:29 +00:00
parent 53cc845d8f
commit 76a9c0ddc0
6 changed files with 40 additions and 16 deletions

View file

@ -288,6 +288,7 @@ static Class cacheClass = 0;
}
_flags.colorMatchPreferred = YES;
_flags.multipleResolutionMatching = YES;
_flags.flipDraw = NO;
_color = RETAIN(clearColor);
return self;