protocol: Move ping event down to other events
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 1 May 2012 17:50:23 +0000 (13:50 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 1 May 2012 17:50:23 +0000 (13:50 -0400)
protocol/wayland.xml

index a11cbbe..42bb446 100644 (file)
       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
       <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.