From 0155c28e8cb24e6d4b6585321ea219752b62fdbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 10 May 2012 11:56:39 -0400 Subject: [PATCH] protocol: Add documentation for wl_output --- protocol/wayland.xml | 44 +++++++++++++++++++++++++++++++------------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 3268fdb5..c52202b6 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -882,26 +882,44 @@ - - - - - - - + + + + + + + + - - + + - - - - + + The mode event describes an available mode for the output. + The event is sent when binding to the output object and there + will always be one mode, the current mode. The event is sent + again if an output changes mode, for the mode that is now + current. In other words, the current mode is always the last + mode that was received with the current flag set. + + + + +