mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:00:38 +00:00
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:
parent
1d5d3226a2
commit
e46ccd1acf
8 changed files with 152 additions and 21 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue