mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-20 08:03:56 +00:00
committed by
Christian Helmuth
parent
ddcc1cf6aa
commit
645cd88a8b
@ -64,11 +64,10 @@ class Launcher::Menu_view_slave
|
|||||||
snprintf(config, sizeof(config),
|
snprintf(config, sizeof(config),
|
||||||
"<config xpos=\"%d\" ypos=\"%d\">\n"
|
"<config xpos=\"%d\" ypos=\"%d\">\n"
|
||||||
" <report hover=\"yes\"/>\n"
|
" <report hover=\"yes\"/>\n"
|
||||||
" <libc>\n"
|
" <libc stderr=\"/dev/log\"/>\n"
|
||||||
" <vfs>\n"
|
" <vfs>\n"
|
||||||
" <tar name=\"menu_view_styles.tar\" />\n"
|
" <tar name=\"menu_view_styles.tar\" />\n"
|
||||||
" </vfs>\n"
|
" </vfs>\n"
|
||||||
" </libc>\n"
|
|
||||||
"</config>",
|
"</config>",
|
||||||
pos.x(), pos.y());
|
pos.x(), pos.y());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user