mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
LibGUI: Track window visibility with a separate flag (#1424)
See https://github.com/SerenityOS/serenity/pull/1410 for the motivation.
This commit is contained in:
parent
01133733dd
commit
673848f472
Notes:
sideshowbarker
2024-07-19 08:45:42 +09:00
Author: https://github.com/muscar
Commit: 673848f472
Pull-request: https://github.com/SerenityOS/serenity/pull/1424
Reviewed-by: https://github.com/awesomekling
2 changed files with 24 additions and 21 deletions
|
@ -221,6 +221,7 @@ private:
|
|||
bool m_show_titlebar { true };
|
||||
bool m_layout_pending { false };
|
||||
bool m_visible_for_timer_purposes { true };
|
||||
bool m_visible { false };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue