add alwaysShowTitleTextInFullscreen flag
This commit is contained in:
parent
493cfd38d6
commit
25c651c40a
5 changed files with 22 additions and 2 deletions
|
@ -133,6 +133,9 @@ class NativeWindowMac : public NativeWindow,
|
|||
|
||||
bool zoom_to_page_width() const { return zoom_to_page_width_; }
|
||||
|
||||
bool always_show_title_text_in_full_screen() const
|
||||
{ return always_show_title_text_in_full_screen_; }
|
||||
|
||||
protected:
|
||||
// Return a vector of non-draggable regions that fill a window of size
|
||||
// |width| by |height|, but leave gaps where the window should be draggable.
|
||||
|
@ -177,6 +180,8 @@ class NativeWindowMac : public NativeWindow,
|
|||
|
||||
bool zoom_to_page_width_;
|
||||
|
||||
bool always_show_title_text_in_full_screen_;
|
||||
|
||||
NSInteger attention_request_id_; // identifier from requestUserAttention
|
||||
|
||||
// The presentation options before entering kiosk mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue