mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
nitpicker: trigger info ds change on config update
Inform all GUI clients of a new version of the mode information whenever the nitpicker configuration is modified. This is needed because changed capture policies influence the panorama observable by the GUI clients. Issue #5352
This commit is contained in:
parent
57b10b9611
commit
c296795089
@ -997,7 +997,7 @@ void Nitpicker::Main::_handle_config()
|
|||||||
configure_reporter(config, _clicked_reporter);
|
configure_reporter(config, _clicked_reporter);
|
||||||
configure_reporter(config, _displays_reporter);
|
configure_reporter(config, _displays_reporter);
|
||||||
|
|
||||||
_apply_capture_config();
|
capture_client_appeared_or_disappeared();
|
||||||
|
|
||||||
/* update domain registry and session policies */
|
/* update domain registry and session policies */
|
||||||
for (Gui_session *s = _session_list.first(); s; s = s->next())
|
for (Gui_session *s = _session_list.first(); s; s = s->next())
|
||||||
|
Loading…
Reference in New Issue
Block a user