summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorPekka Paalanen <ppaalanen@gmail.com>2011-11-28 14:11:15 +0200
committerKristian Høgsberg <krh@bitplanet.net>2011-12-04 14:54:34 -0500
commit068ae944db2975e2d5001c08e981e420871af1bd (patch)
tree0d61740dd8098da3105595a139114c5043636aef /protocol
parent9d1613eb4a183c0e412c2f920d25e98ea964f48c (diff)
desktop-shell: update protocol and client to wl_shell_surface
Change desktop-shell protocol to use wl_shell_surface instead of wl_surface. Adapt the desktop-shell client and the shell plugin. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/desktop-shell.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocol/desktop-shell.xml b/protocol/desktop-shell.xml
index fef6662..3c3ead4 100644
--- a/protocol/desktop-shell.xml
+++ b/protocol/desktop-shell.xml
@@ -3,16 +3,16 @@
<interface name="desktop_shell" version="1">
<request name="set_background">
<arg name="output" type="object" interface="wl_output"/>
- <arg name="surface" type="object" interface="wl_surface"/>
+ <arg name="surface" type="object" interface="wl_shell_surface"/>
</request>
<request name="set_panel">
<arg name="output" type="object" interface="wl_output"/>
- <arg name="surface" type="object" interface="wl_surface"/>
+ <arg name="surface" type="object" interface="wl_shell_surface"/>
</request>
<request name="set_lock_surface">
- <arg name="surface" type="object" interface="wl_surface"/>
+ <arg name="surface" type="object" interface="wl_shell_surface"/>
</request>
<request name="unlock"/>
@@ -22,7 +22,7 @@
<event name="configure">
<arg name="time" type="uint"/>
<arg name="edges" type="uint"/>
- <arg name="surface" type="object" interface="wl_surface"/>
+ <arg name="surface" type="object" interface="wl_shell_surface"/>
<arg name="width" type="int"/>
<arg name="height" type="int"/>
</event>