Merge from 0.8.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14232 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-08-03 03:32:19 +00:00
parent 67e9c4b8d2
commit 3cd8d5d585
14 changed files with 267 additions and 91 deletions

View file

@ -3960,7 +3960,7 @@ resetCursorRectsForView(NSView *theView)
_delegate = nil;
_windowNum = 0;
_gstate = 0;
_backgroundColor = RETAIN([NSColor controlColor]);
_backgroundColor = RETAIN([NSColor windowBackgroundColor]);
_representedFilename = @"Window";
_miniaturizedTitle = @"Window";
_miniaturizedImage = RETAIN([NSApp applicationIconImage]);