diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-01 13:50:23 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-05-01 13:50:23 -0400 |
commit | 5177e7698446619ee229e1c00c04ea34179cc6af (patch) | |
tree | 578934c9d137eb1b1ab7a3b14f040f00d0901bc4 | |
parent | 35fc72eb8b967499332aaf1e3cf20232b7a7efac (diff) |
protocol: Move ping event down to other events
-rw-r--r-- | protocol/wayland.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index a11cbbe..42bb446 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -403,14 +403,6 @@ 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 @@ -553,6 +545,14 @@ <arg name="output" type="object" interface="wl_output"/> </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"> <description summary="suggest resize"> The configure event asks the client to resize its surface. |