mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 03:40:15 +00:00
parent
179f742924
commit
be8a3c6f08
@ -311,7 +311,8 @@ int main(int argc, char **argv)
|
|||||||
redraw.root(&fb_win);
|
redraw.root(&fb_win);
|
||||||
|
|
||||||
fb_win.parent(&user_state);
|
fb_win.parent(&user_state);
|
||||||
fb_win.format(fb_win.min_w(), fb_win.min_h());
|
fb_win.content_geometry(config_fb_x, config_fb_y,
|
||||||
|
config_fb_width, config_fb_height);
|
||||||
|
|
||||||
/* initialize server entry point */
|
/* initialize server entry point */
|
||||||
enum { STACK_SIZE = 2*1024*sizeof(addr_t) };
|
enum { STACK_SIZE = 2*1024*sizeof(addr_t) };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user