mac: Restore presentation options when leaving kiosk mode, fixes #272.
This commit is contained in:
parent
7d38fe61d2
commit
1d6b02f304
2 changed files with 8 additions and 4 deletions
|
@ -95,6 +95,9 @@ class NativeWindowMac : public NativeWindow {
|
|||
|
||||
NSInteger attention_request_id_; // identifier from requestUserAttention
|
||||
|
||||
// The presentation options before entering kiosk mode.
|
||||
NSApplicationPresentationOptions kiosk_options_;
|
||||
|
||||
// For system drag, the whole window is draggable and the non-draggable areas
|
||||
// have to been explicitly excluded.
|
||||
std::vector<gfx::Rect> system_drag_exclude_areas_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue