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/viewporter/viewporter.xml | |
parent | f7349c3ff1625a115f8e4c8498456dec8c87a97e (diff) |
(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/viewporter/viewporter.xml')
-rw-r--r-- | stable/viewporter/viewporter.xml | 3 |
1 files changed, 0 insertions, 3 deletions
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> |