Add shell_surface set_title and set_class requests

This commit is contained in:
Kristian Høgsberg 2012-05-02 09:39:17 -04:00
parent c1b6dbbacd
commit 2753904eda
2 changed files with 16 additions and 9 deletions

View file

@ -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