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 /unstable/pointer-constraints | |
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 'unstable/pointer-constraints')
-rw-r--r-- | unstable/pointer-constraints/pointer-constraints-unstable-v1.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml b/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml index 4b95a5c..4e67a13 100644 --- a/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml +++ b/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml @@ -140,7 +140,6 @@ objects of the same seat. wl_pointer.axis and wl_pointer.button events are unaffected. </description> - <arg name="id" type="new_id" interface="zwp_locked_pointer_v1"/> <arg name="surface" type="object" interface="wl_surface" summary="surface to lock pointer to"/> @@ -171,7 +170,6 @@ state. See the the description of wp_confined_pointer for further information. </description> - <arg name="id" type="new_id" interface="zwp_confined_pointer_v1"/> <arg name="surface" type="object" interface="wl_surface" summary="surface to lock pointer to"/> @@ -231,7 +229,6 @@ effect when the associated surface gets it pending state applied. See wl_surface.commit for details. </description> - <arg name="surface_x" type="fixed" summary="surface-local x coordinate"/> <arg name="surface_y" type="fixed" @@ -248,7 +245,6 @@ For details about the lock region, see wp_locked_pointer. </description> - <arg name="region" type="object" interface="wl_region" allow-null="true" summary="region of surface"/> </request> @@ -317,7 +313,6 @@ For details about the confine region, see wp_confined_pointer. </description> - <arg name="region" type="object" interface="wl_region" allow-null="true" summary="region of surface"/> </request> |