mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
depot: add layouter.config to raw/wm
This way, the wm subsystem does no longer propagate the ROM request for the layouter configuration via the label 'config' to the parent.
This commit is contained in:
parent
f07cfbe02d
commit
506bc023b7
@ -1,4 +1,4 @@
|
|||||||
content: wm.config decorator_init.config
|
content: wm.config decorator_init.config layouter.config
|
||||||
|
|
||||||
wm.config decorator_init.config:
|
wm.config decorator_init.config layouter.config:
|
||||||
cp $(REP_DIR)/recipes/raw/wm/$@ $@
|
cp $(REP_DIR)/recipes/raw/wm/$@ $@
|
||||||
|
1
repos/gems/recipes/raw/wm/layouter.config
Normal file
1
repos/gems/recipes/raw/wm/layouter.config
Normal file
@ -0,0 +1 @@
|
|||||||
|
<config/>
|
@ -59,6 +59,7 @@
|
|||||||
<binary name="floating_window_layouter"/>
|
<binary name="floating_window_layouter"/>
|
||||||
<resource name="RAM" quantum="4M"/>
|
<resource name="RAM" quantum="4M"/>
|
||||||
<route>
|
<route>
|
||||||
|
<service name="ROM" label="config"> <parent label="layouter.config"/> </service>
|
||||||
<service name="ROM" label="window_list"> <child name="report_rom"/> </service>
|
<service name="ROM" label="window_list"> <child name="report_rom"/> </service>
|
||||||
<service name="ROM" label="focus_request"> <child name="report_rom"/> </service>
|
<service name="ROM" label="focus_request"> <child name="report_rom"/> </service>
|
||||||
<service name="ROM" label="hover"> <child name="report_rom"/> </service>
|
<service name="ROM" label="hover"> <child name="report_rom"/> </service>
|
||||||
|
Loading…
Reference in New Issue
Block a user