diff options
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/shell-helper.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocol/shell-helper.xml b/protocol/shell-helper.xml index fe59d19..e9e324d 100644 --- a/protocol/shell-helper.xml +++ b/protocol/shell-helper.xml @@ -7,6 +7,11 @@ <arg name="y" type="int"/> </request> + <request name="add_surface_to_layer"> + <arg name="new_surface" type="object" interface="wl_surface"/> + <arg name="existing_surface" type="object" interface="wl_surface"/> + </request> + <request name="slide_surface"> <arg name="surface" type="object" interface="wl_surface"/> <arg name="x" type="int"/> |
