nitpicker: report boot-time motion activity

This commit is contained in:
Norman Feske 2018-05-27 19:26:21 +02:00 committed by Christian Helmuth
parent b541379037
commit fc6e3c6b09
1 changed files with 7 additions and 0 deletions

View File

@ -380,6 +380,13 @@ struct Nitpicker::Main : Focus_updater
_env.parent().announce(_env.ep().manage(_root));
/*
* Detect initial motion activity such that the first hover report
* contains the boot-time activity of the user in the very first
* report.
*/
_handle_input();
_report_displays();
}
};