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:
parent
fddff5f4f6
commit
2a49b58269
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