mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Add shell_surface set_title and set_class requests
This commit is contained in:
parent
c1b6dbbacd
commit
2753904eda
2 changed files with 16 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue