mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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:
committed by
Christian Helmuth
parent
cd08cd54a4
commit
4dee72a487
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user