mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
parent
28f7568e82
commit
bb9d15b8b9
@ -189,9 +189,11 @@ struct Framebuffer::Root
|
||||
{
|
||||
Session_component session; /* single session */
|
||||
|
||||
Session_component *_create_session(const char *args) override {
|
||||
Session_component *_create_session(const char *) override {
|
||||
return &session; }
|
||||
|
||||
void _destroy_session(Session_component *) override { }
|
||||
|
||||
Root(Genode::Env &env, Genode::Allocator &alloc,
|
||||
Genode::Attached_rom_dataspace &config)
|
||||
: Genode::Root_component<Session_component,
|
||||
|
Loading…
x
Reference in New Issue
Block a user