clipboard: allow for dynamic reconfiguration

This commit is contained in:
Norman Feske 2019-07-01 16:05:09 +02:00 committed by Christian Helmuth
parent db6e013577
commit 6399fc12ac
1 changed files with 1 additions and 0 deletions

View File

@ -263,6 +263,7 @@ struct Clipboard::Main : Rom::Module::Read_policy, Rom::Module::Write_policy
Main(Genode::Env &env) : _env(env)
{
_config.sigh(_config_handler);
_handle_config();
_focus_ds.sigh(_focus_handler);