diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-06-26 21:19:23 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-06-27 10:24:21 -0400 |
commit | af7b1ffaf4797c26d5864f14e1a2bf65a175d864 (patch) | |
tree | faf19f323407f3ab86b0394ad89bf2a1d6c6abee /protocol | |
parent | 962342cb8ef44c598a248746c5b30a23ac004336 (diff) |
shell: Make panel just a wl_surface too
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/desktop-shell.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/desktop-shell.xml b/protocol/desktop-shell.xml index 97b6b4fe..1edd011d 100644 --- a/protocol/desktop-shell.xml +++ b/protocol/desktop-shell.xml @@ -14,7 +14,7 @@ <request name="set_panel"> <arg name="output" type="object" interface="wl_output"/> - <arg name="surface" type="object" interface="wl_shell_surface"/> + <arg name="surface" type="object" interface="wl_surface"/> </request> <request name="set_lock_surface"> |