From: Kristian Høgsberg Date: Tue, 1 May 2012 17:50:23 +0000 (-0400) Subject: protocol: Move ping event down to other events X-Git-Tag: 0.94.90~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5177e7698446619ee229e1c00c04ea34179cc6af;p=profile%2Fivi%2Fwayland.git protocol: Move ping event down to other events --- 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. - - - Ping a client to check if it is receiving events and sending - requests. A client is expected to reply with a pong request. - - - - A client must respond to a ping event with a pong request or @@ -553,6 +545,14 @@ + + + Ping a client to check if it is receiving events and sending + requests. A client is expected to reply with a pong request. + + + + The configure event asks the client to resize its surface.