nitpicker: use fb sync for periodic processing

This commit is contained in:
Norman Feske 2015-01-29 14:10:38 +01:00
parent 24b7accbf2
commit 91345a1568
1 changed files with 1 additions and 3 deletions

View File

@ -1228,9 +1228,7 @@ struct Nitpicker::Main
config()->sigh(config_dispatcher);
handle_config(0);
timer.sigh(input_dispatcher);
timer.trigger_periodic(10*1000);
framebuffer.sync_sigh(input_dispatcher);
framebuffer.mode_sigh(fb_mode_dispatcher);
env()->parent()->announce(ep.manage(np_root));