From 5cb72ef065f53d8f8759a6b6cccd35a2f367f290 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 17 Nov 2020 16:11:03 +0100 Subject: Fix whitespace and minor formatting issues --- src/Fl_cocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_cocoa.mm') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index def25c8bf..800041c8a 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -4366,7 +4366,7 @@ void Fl_Cocoa_Window_Driver::draw_titlebar_to_context(CGContextRef gc, int w, in { FLWindow *nswin = fl_xid(pWindow); [nswin makeMainWindow]; - [NSApp nextEventMatchingMask:NSAnyEventMask untilDate:nil inMode:NSDefaultRunLoopMode dequeue:NO]; + [NSApp nextEventMatchingMask:NSAnyEventMask untilDate:nil inMode:NSDefaultRunLoopMode dequeue:NO]; CGImageRef img; #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 if (fl_mac_os_version >= 100600) { // verified OK from 10.6 -- cgit v1.2.3