From 5177e7698446619ee229e1c00c04ea34179cc6af Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 1 May 2012 13:50:23 -0400 Subject: [PATCH] protocol: Move ping event down to other events --- protocol/wayland.xml | 16 ++++++++-------- 1 file 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. - - - 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. -- 2.7.4