summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2012-05-02 09:39:17 -0400
committerKristian Høgsberg <krh@bitplanet.net>2012-05-02 09:39:17 -0400
commit2753904edadbf3ff7b504f29931b8bfce7ad7a6f (patch)
tree75f09827611149fb8e8116ee4db283c7ac62bb0f /protocol
parentc1b6dbbacdb1b54d1521f0952906387b8df14beb (diff)
Add shell_surface set_title and set_class requests
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 42bb446..3aa4062 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -545,6 +545,22 @@
<arg name="output" type="object" interface="wl_output"/>
</request>
+ <request name="set_title">
+ <description summary="set surface title">
+ </description>
+ <arg name="title" type="string"/>
+ </request>
+
+ <request name="set_class">
+ <description summary="set surface class">
+ The surface class identifies the general class of applications
+ to which the surface belongs. The class is the file name of
+ the applications .desktop file (absolute path if non-standard
+ location).
+ </description>
+ <arg name="class" type="string"/>
+ </request>
+
<event name="ping">
<description summary="ping client">
Ping a client to check if it is receiving events and sending