mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
nitpicker: use fb sync for periodic processing
This commit is contained in:
parent
24b7accbf2
commit
91345a1568
@ -1228,9 +1228,7 @@ struct Nitpicker::Main
|
|||||||
config()->sigh(config_dispatcher);
|
config()->sigh(config_dispatcher);
|
||||||
handle_config(0);
|
handle_config(0);
|
||||||
|
|
||||||
timer.sigh(input_dispatcher);
|
framebuffer.sync_sigh(input_dispatcher);
|
||||||
timer.trigger_periodic(10*1000);
|
|
||||||
|
|
||||||
framebuffer.mode_sigh(fb_mode_dispatcher);
|
framebuffer.mode_sigh(fb_mode_dispatcher);
|
||||||
|
|
||||||
env()->parent()->announce(ep.manage(np_root));
|
env()->parent()->announce(ep.manage(np_root));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user