meego-tablet-shell: Add requests to let ux-daemon ask for appgrid or panels

This commit is contained in:
Kristian Høgsberg
2011-05-04 16:16:43 -04:00
parent 8050bd217f
commit 92fb0e9e39
2 changed files with 26 additions and 0 deletions
+8
View File
@@ -13,6 +13,14 @@
<arg name="surface" type="object" interface="wl_surface"/>
</request>
<request name="show_grid">
<arg name="surface" type="object" interface="wl_surface"/>
</request>
<request name="show_panels">
<arg name="surface" type="object" interface="wl_surface"/>
</request>
<request name="create_client">
<arg name="id" type="new_id" interface="meego_tablet_client"/>
<arg name="name" type="string"/>