From 69c334448cfe8af553fd97689137ecf8f996b378 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 2 Dec 2013 05:39:01 +0100 Subject: Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in favor of proper WM incl. ALT-TAB app-switching --- src/newt/native/NewtMacWindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/newt/native/NewtMacWindow.h') diff --git a/src/newt/native/NewtMacWindow.h b/src/newt/native/NewtMacWindow.h index c9d53f53b..a3bd5c41b 100644 --- a/src/newt/native/NewtMacWindow.h +++ b/src/newt/native/NewtMacWindow.h @@ -64,6 +64,9 @@ volatile NSTrackingRectTag ptrTrackingTag; NSRect ptrRect; NSCursor * myCursor; +@public + NSUInteger defaultPresentationOptions; + NSUInteger fullscreenPresentationOptions; } - (id)initWithFrame:(NSRect)frameRect; -- cgit v1.2.3