mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
nitpicker: update all on focus change in xray mode
This commit is contained in:
committed by
Christian Helmuth
parent
3726cafb28
commit
2166aef737
@ -933,6 +933,9 @@ class Nitpicker::Session_component : public Genode::Rpc_object<Session>,
|
|||||||
report_session(_focus_reporter, session);
|
report_session(_focus_reporter, session);
|
||||||
};
|
};
|
||||||
_ep.apply(session_cap, lambda);
|
_ep.apply(session_cap, lambda);
|
||||||
|
|
||||||
|
if (_mode.xray())
|
||||||
|
_view_stack.update_all_views();
|
||||||
}
|
}
|
||||||
|
|
||||||
void session_control(Label suffix, Session_control control) override
|
void session_control(Label suffix, Session_control control) override
|
||||||
|
Reference in New Issue
Block a user