mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
decorator: add missing initial call _handle_mode
This call is needed whenever the mode has settled before the decorator has started up.
This commit is contained in:
parent
5ae0dab6c5
commit
cb10fe1d77
@ -173,6 +173,7 @@ struct Decorator::Main : Window_factory_base
|
||||
});
|
||||
|
||||
/* import initial state */
|
||||
_handle_mode();
|
||||
_handle_pointer_update();
|
||||
_handle_window_layout_update();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user