diff options
author | Yong Bakos <ybakos@humanoriented.com> | 2016-10-31 06:43:52 -0700 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2016-11-21 11:20:27 +0000 |
commit | 59b6e208e09a5d2f241965f907a1f05ecbf7ba68 (patch) | |
tree | 420f9666961f5d64493ec1455b7bbaff54443b94 /stable | |
parent | f7349c3ff1625a115f8e4c8498456dec8c87a97e (diff) | |
download | wayland-protocols-59b6e208e09a5d2f241965f907a1f05ecbf7ba68.tar.xz |
(multiple): Remove inconsistent line breaks
Enum entries and message arguments are sometimes preceded by a blank line, but
often aren't.
Standardize the format of the protocol specification by removing blank lines
preceding a list of message arguments and enum entries.
Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'stable')
-rw-r--r-- | stable/presentation-time/presentation-time.xml | 5 | ||||
-rw-r--r-- | stable/viewporter/viewporter.xml | 3 |
2 files changed, 0 insertions, 8 deletions
diff --git a/stable/presentation-time/presentation-time.xml b/stable/presentation-time/presentation-time.xml index e449b37..a46994c 100644 --- a/stable/presentation-time/presentation-time.xml +++ b/stable/presentation-time/presentation-time.xml @@ -81,7 +81,6 @@ For details on what information is returned, see the presentation_feedback interface. </description> - <arg name="surface" type="object" interface="wl_surface" summary="target surface"/> <arg name="callback" type="new_id" interface="wp_presentation_feedback" @@ -120,7 +119,6 @@ recommended. Clients must be able to query the current clock value directly, not by asking the compositor. </description> - <arg name="clk_id" type="uint" summary="platform clock identifier"/> </event> @@ -152,7 +150,6 @@ the synchronized output. If a client has not bound to the right wl_output global at all, this event is not sent. </description> - <arg name="output" type="object" interface="wl_output" summary="presentation output"/> </event> @@ -192,7 +189,6 @@ Possible zero-copy cases include direct scanout of a fullscreen surface and a surface on a hardware overlay. </description> - <entry name="vsync" value="0x1" summary="presentation was vsync'd"/> <entry name="hw_clock" value="0x2" summary="hardware provided the presentation timestamp"/> @@ -246,7 +242,6 @@ a way to query the refresh count, then the arguments seq_hi and seq_lo must be zero. </description> - <arg name="tv_sec_hi" type="uint" summary="high 32 bits of the seconds part of the presentation timestamp"/> <arg name="tv_sec_lo" type="uint" diff --git a/stable/viewporter/viewporter.xml b/stable/viewporter/viewporter.xml index 5d006c0..c732d8c 100644 --- a/stable/viewporter/viewporter.xml +++ b/stable/viewporter/viewporter.xml @@ -54,7 +54,6 @@ a wp_viewport object associated, the viewport_exists protocol error is raised. </description> - <arg name="id" type="new_id" interface="wp_viewport" summary="the new viewport interface id"/> <arg name="surface" type="object" interface="wl_surface" @@ -159,7 +158,6 @@ The crop and scale state is double-buffered state, and will be applied on the next wl_surface.commit. </description> - <arg name="x" type="fixed" summary="source rectangle x"/> <arg name="y" type="fixed" summary="source rectangle y"/> <arg name="width" type="fixed" summary="source rectangle width"/> @@ -180,7 +178,6 @@ The crop and scale state is double-buffered state, and will be applied on the next wl_surface.commit. </description> - <arg name="width" type="int" summary="surface width"/> <arg name="height" type="int" summary="surface height"/> </request> |