From 4c94024af5334fb57ba2b913d387a7ffe5ba954c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 Mar 2013 01:11:44 -0400 Subject: [PATCH] docs: Improve the wl_output protocol docs Some descriptions were missing. --- protocol/wayland.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index a53cb71..34a1bbf 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1453,14 +1453,18 @@ An output describes part of the compositor geometry. The - compositor work in the 'compositor coordinate system' and an + compositor works in the 'compositor coordinate system' and an output corresponds to rectangular area in that space that is actually visible. This typically corresponds to a monitor that displays part of the compositor space. This object is published - as global during start up, or when a screen is hot plugged. + as global during start up, or when a monitor is hotplugged. + + This enumeration describes how the physical + pixels on an output are layed out. + @@ -1495,7 +1499,11 @@ - + + The geometry event describes geometric properties of the output. + The event is sent when binding to the output object and whenever + any of the properties change. + - + + These flags describe properties of an output mode. + They are used in the flags bitfield of the mode event. + - + 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. - + -- 2.7.4