mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
WindowServer: Factor out config sync check to sync_config_to_disk()
This commit is contained in:
parent
fddff5f4f6
commit
2a49b58269
Notes:
sideshowbarker
2024-07-17 10:26:29 +09:00
Author: https://github.com/MacDue
Commit: 2a49b58269
Pull-request: https://github.com/SerenityOS/serenity/pull/14185
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/tomuta
2 changed files with 14 additions and 11 deletions
|
@ -354,6 +354,8 @@ private:
|
|||
|
||||
void do_move_to_front(Window&, bool, bool);
|
||||
|
||||
bool sync_config_to_disk();
|
||||
|
||||
[[nodiscard]] static WindowStack& get_rendering_window_stacks(WindowStack*&);
|
||||
|
||||
RefPtr<Cursor> m_hidden_cursor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue