diff options
author | Sven Gothel <[email protected]> | 2013-12-02 05:39:01 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-12-02 05:39:01 +0100 |
commit | 69c334448cfe8af553fd97689137ecf8f996b378 (patch) | |
tree | 5c44459285d4c020fec8dab2541c97a97db8479a /src/newt/native/NewtMacWindow.h | |
parent | 4cb35d98a1b25fb8347584b0ab6534c7cfc5946c (diff) |
Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in favor of proper WM incl. ALT-TAB app-switching
Diffstat (limited to 'src/newt/native/NewtMacWindow.h')
-rw-r--r-- | src/newt/native/NewtMacWindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |