protocol: Add ping event and corresponding pong request

This commit is contained in:
Scott Moreau 2012-04-16 11:25:39 -06:00 committed by Kristian Høgsberg
parent d44074900d
commit 2896b6a220
2 changed files with 16 additions and 4 deletions

View file

@ -403,6 +403,22 @@
called before destroying the wl_surface object.
</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">
<description summary="respond to a ping event">
A client must respond to a ping event with a pong request or
the client may be deemed unresponsive.
</description>
<arg name="serial" type="uint"/>
</request>
<request name="move">
<arg name="input_device" type="object" interface="wl_input_device"/>
<arg name="serial" type="uint"/>