mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
0d8abab3ee
commit
373c5bdbf7
@ -345,7 +345,8 @@ int main(int argc, char **argv)
|
||||
static Nitpicker::Connection nitpicker;
|
||||
static Timer::Connection timer;
|
||||
|
||||
nitpicker.buffer(Framebuffer::Mode(LOG_W, LOG_H, Framebuffer::Mode::RGB565), false);
|
||||
nitpicker.buffer(Framebuffer::Mode(log_win_w, log_win_h,
|
||||
Framebuffer::Mode::RGB565), false);
|
||||
|
||||
/* initialize entry point that serves the root interface */
|
||||
enum { STACK_SIZE = 4096 };
|
||||
|
Loading…
Reference in New Issue
Block a user