always_show_title_text_in_full_screen -> fullscreen_window_title
This commit is contained in:
parent
a38f0f5f46
commit
9102c07ec7
3 changed files with 10 additions and 11 deletions
|
@ -133,8 +133,7 @@ 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_; }
|
||||
bool fullscreen_window_title() const { return fullscreen_window_title_; }
|
||||
|
||||
protected:
|
||||
// Return a vector of non-draggable regions that fill a window of size
|
||||
|
@ -180,7 +179,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
|
||||
bool zoom_to_page_width_;
|
||||
|
||||
bool always_show_title_text_in_full_screen_;
|
||||
bool fullscreen_window_title_;
|
||||
|
||||
NSInteger attention_request_id_; // identifier from requestUserAttention
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue