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:
Norman Feske 2018-01-19 15:59:18 +01:00
parent f07cfbe02d
commit 506bc023b7
3 changed files with 4 additions and 2 deletions

View File

@ -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/$@ $@

View File

@ -0,0 +1 @@
<config/>

View File

@ -59,6 +59,7 @@
<binary name="floating_window_layouter"/>
<resource name="RAM" quantum="4M"/>
<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="focus_request"> <child name="report_rom"/> </service>
<service name="ROM" label="hover"> <child name="report_rom"/> </service>