Fix some event, runloop and flushing interaction problems.

Add NSWindowView which is a specialized view that handles drawing a
window's decorations and background color.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2638 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
scottc 1997-11-14 21:32:31 +00:00
parent 1d5d3226a2
commit e46ccd1acf
8 changed files with 152 additions and 21 deletions

View file

@ -798,8 +798,6 @@ static NSRecursiveLock *gnustep_gui_nsview_lock = nil;
NSLog (@"warning: %@ %p has not have the PS matrices setup!",
NSStringFromClass(isa), self);
// NSLog (@"NSView displayRect:");
needs_display = NO;
[self lockFocus];