sculpt: fix shape-report routing in deploy example

The deploy example mistakenly applied label rewriting for the pointer-shape
report.

Fixed genodelabs/genode#4645
This commit is contained in:
Johannes Schlatow 2022-10-18 15:47:02 +02:00 committed by Christian Helmuth
parent cd08cd54a4
commit 4dee72a487

View File

@ -20,7 +20,7 @@
<route>
<service name="ROM" label_last="clipboard"> <parent/> </service>
<service name="Report" label_last="clipboard"> <parent/> </service>
<service name="Report" label_last="shape"> <parent label="shape"/> </service>
<service name="Report" label_last="shape"> <parent/> </service>
<service name="Gui" label="focus"> <parent label="focus"/> </service>
<service name="Gui"> <parent/> </service>
</route>