mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
committed by
Christian Helmuth
parent
e99f2d0595
commit
a79378ff19
@@ -182,7 +182,7 @@ class Pdf_view
|
||||
|
||||
void handle_key(int ascii)
|
||||
{
|
||||
pdfapp_onkey(&_pdfapp, ascii);
|
||||
Libc::with_libc([&] () { pdfapp_onkey(&_pdfapp, ascii); });
|
||||
}
|
||||
};
|
||||
|
||||
@@ -329,4 +329,7 @@ struct Main
|
||||
};
|
||||
|
||||
|
||||
void Libc::Component::construct(Libc::Env &env) { static Main main(env); }
|
||||
void Libc::Component::construct(Libc::Env &env)
|
||||
{
|
||||
Libc::with_libc([&] () { static Main main(env); });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user