1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:47:34 +00:00

WindowServer: Factor out config sync check to sync_config_to_disk()

This commit is contained in:
MacDue 2022-06-04 20:29:13 +01:00 committed by Linus Groh
parent fddff5f4f6
commit 2a49b58269
2 changed files with 14 additions and 11 deletions

View file

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