🎨 Rename ambiguous simple_fullscreen_ variable to always_simple_fullscreen_
This commit is contained in:
parent
fa4d52f042
commit
432b912c6a
2 changed files with 4 additions and 4 deletions
|
@ -137,7 +137,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
|
||||
bool fullscreen_window_title() const { return fullscreen_window_title_; }
|
||||
|
||||
bool simple_fullscreen() const { return simple_fullscreen_; }
|
||||
bool simple_fullscreen() const { return always_simple_fullscreen_; }
|
||||
|
||||
protected:
|
||||
// Return a vector of non-draggable regions that fill a window of size
|
||||
|
@ -194,7 +194,7 @@ class NativeWindowMac : public NativeWindow,
|
|||
TitleBarStyle title_bar_style_;
|
||||
|
||||
// Simple (pre-Lion) Fullscreen Settings
|
||||
bool simple_fullscreen_;
|
||||
bool always_simple_fullscreen_;
|
||||
bool is_simple_fullscreen_;
|
||||
bool was_maximizable_;
|
||||
bool was_movable_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue