mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
protocol: Move ping event down to other events
This commit is contained in:
parent
35fc72eb8b
commit
5177e76984
1 changed files with 8 additions and 8 deletions
|
|
@ -403,14 +403,6 @@
|
||||||
called before destroying the wl_surface object.
|
called before destroying the wl_surface object.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<event name="ping">
|
|
||||||
<description summary="ping client">
|
|
||||||
Ping a client to check if it is receiving events and sending
|
|
||||||
requests. A client is expected to reply with a pong request.
|
|
||||||
</description>
|
|
||||||
<arg name="serial" type="uint"/>
|
|
||||||
</event>
|
|
||||||
|
|
||||||
<request name="pong">
|
<request name="pong">
|
||||||
<description summary="respond to a ping event">
|
<description summary="respond to a ping event">
|
||||||
A client must respond to a ping event with a pong request or
|
A client must respond to a ping event with a pong request or
|
||||||
|
|
@ -553,6 +545,14 @@
|
||||||
<arg name="output" type="object" interface="wl_output"/>
|
<arg name="output" type="object" interface="wl_output"/>
|
||||||
</request>
|
</request>
|
||||||
|
|
||||||
|
<event name="ping">
|
||||||
|
<description summary="ping client">
|
||||||
|
Ping a client to check if it is receiving events and sending
|
||||||
|
requests. A client is expected to reply with a pong request.
|
||||||
|
</description>
|
||||||
|
<arg name="serial" type="uint"/>
|
||||||
|
</event>
|
||||||
|
|
||||||
<event name="configure">
|
<event name="configure">
|
||||||
<description summary="suggest resize">
|
<description summary="suggest resize">
|
||||||
The configure event asks the client to resize its surface.
|
The configure event asks the client to resize its surface.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue