always_show_title_text_in_full_screen -> fullscreen_window_title

This commit is contained in:
Kevin Sawicki 2017-07-14 11:48:10 -07:00
parent a38f0f5f46
commit 9102c07ec7
3 changed files with 10 additions and 11 deletions

View file

@ -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