diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-11-22 12:43:52 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-11-23 20:17:54 +0100 |
commit | d0f79ab5ab8ba7c1e8715670f21370352f878f3f (patch) | |
tree | ebef5e783bd5d5b45358337218cd7b3fe3032792 /protocol/desktop-shell.xml | |
parent | 8193bc1e9a141c493af7a73488055ba0005b80f9 (diff) |
desktop-shell: Make panel and background output dependent
Diffstat (limited to 'protocol/desktop-shell.xml')
-rw-r--r-- | protocol/desktop-shell.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/desktop-shell.xml b/protocol/desktop-shell.xml index d099925..fef6662 100644 --- a/protocol/desktop-shell.xml +++ b/protocol/desktop-shell.xml @@ -2,10 +2,12 @@ <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"/> </request> <request name="set_panel"> + <arg name="output" type="object" interface="wl_output"/> <arg name="surface" type="object" interface="wl_surface"/> </request> |