aboutsummaryrefslogtreecommitdiff
path: root/unstable/xdg-foreign
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-10-31 06:43:52 -0700
committerDaniel Stone <daniels@collabora.com>2016-11-21 11:20:27 +0000
commit59b6e208e09a5d2f241965f907a1f05ecbf7ba68 (patch)
tree420f9666961f5d64493ec1455b7bbaff54443b94 /unstable/xdg-foreign
parentf7349c3ff1625a115f8e4c8498456dec8c87a97e (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 'unstable/xdg-foreign')
-rw-r--r--unstable/xdg-foreign/xdg-foreign-unstable-v1.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml b/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
index c6f5775..062b090 100644
--- a/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
+++ b/unstable/xdg-foreign/xdg-foreign-unstable-v1.xml
@@ -80,7 +80,6 @@
be used to create a xdg_imported multiple times. Only xdg_surface
surfaces may be exported.
</description>
-
<arg name="id" type="new_id" interface="zxdg_exported_v1"
summary="the new xdg_exported object"/>
<arg name="surface" type="object" interface="wl_surface"
@@ -110,7 +109,6 @@
represents the imported surface, and the importing client can
manipulate its relationship using it. See xdg_imported for details.
</description>
-
<arg name="id" type="new_id" interface="zxdg_imported_v1"
summary="the new xdg_imported object"/>
<arg name="handle" type="string"
@@ -141,7 +139,6 @@
import the surface by calling xdg_importer.import. A handle may be
used to import the surface multiple times.
</description>
-
<arg name="handle" type="string" summary="the exported surface handle"/>
</event>
</interface>
@@ -168,7 +165,6 @@
sets up a surface to surface relation with the same stacking and positioning
semantics as xdg_surface.set_parent.
</description>
-
<arg name="surface" type="object" interface="wl_surface"
summary="the child surface"/>
</request>