summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-11-01 16:36:08 +0000
committerManolo Gouy <Manolo>2016-11-01 16:36:08 +0000
commit16d62ebbd45ae6c4d4b0f60a36975611c4eba1ba (patch)
tree50af5c45d9c2ea6e1e90dbd2dc011ca97ae13442
parent351736c320ff77cdc1e27c53492b64ce000f5411 (diff)
MacOS: fix crash when closing a fullscreen window
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12067 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_cocoa.mm1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm
index 9329383b5..89c13f63c 100644
--- a/src/Fl_cocoa.mm
+++ b/src/Fl_cocoa.mm
@@ -1316,7 +1316,6 @@ static FLWindowDelegate *flwindowdelegate_instance = nil;
}
- (void)windowDidResize:(NSNotification *)notif
{
- fl_lock_function();
FLWindow *nsw = (FLWindow*)[notif object];
Fl_Window *window = [nsw getFl_Window];
NSRect r; NSPoint pt2;