mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-07 19:18:08 +00:00
This commit moves the window layouter and window decorator into dedicated packages that can now be combined with the "wm" server at runtime and restarted/reconfigured/swapped-out independently. To use the window manager, one must start the 'wm', 'window_layouter', and one of the 'motif_decorator' or 'themed_decorator' subsystems. Fixes #3024
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
<runtime ram="4M" caps="200" binary="window_layouter" config="window_layouter.config">
|
|
|
|
<requires> <nitpicker/> <timer/> </requires>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="window_layouter"/>
|
|
<rom label="window_layouter.config"/>
|
|
</content>
|
|
|
|
</runtime>
|