mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Replace initial 8 spaces with a tab for all xml files
This is the style used in wayland.xml which is the only file we really care about for git blame information. So let's adjust all others to that style for consistency and fix editorconfig to avoid messing this up in the future. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
cc8b6aa3d9
commit
df969706f4
10 changed files with 44 additions and 44 deletions
|
|
@ -28,9 +28,9 @@
|
|||
<imagedata fileref="images/wayland.png" format="PNG" />
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>
|
||||
Wayland logo
|
||||
</phrase>
|
||||
<phrase>
|
||||
Wayland logo
|
||||
</phrase>
|
||||
</textobject>
|
||||
</inlinemediaobject>
|
||||
</corpauthor>
|
||||
|
|
|
|||
|
|
@ -61,8 +61,8 @@
|
|||
<para>
|
||||
Possible examples for session compositors include
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<listitem>
|
||||
<para>
|
||||
gnome-shell
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<literallayout>
|
||||
Yours,
|
||||
|
||||
the Wayland open-source community
|
||||
November 2012
|
||||
the Wayland open-source community
|
||||
November 2012
|
||||
</literallayout>
|
||||
</preface>
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@
|
|||
<imagedata fileref="images/x-architecture.png" format="PNG" />
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>
|
||||
X architecture diagram
|
||||
</phrase>
|
||||
<phrase>
|
||||
X architecture diagram
|
||||
</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
<para>
|
||||
|
|
@ -96,9 +96,9 @@
|
|||
<imagedata fileref="images/wayland-architecture.png" format="PNG" />
|
||||
</imageobject>
|
||||
<textobject>
|
||||
<phrase>
|
||||
Wayland architecture diagram
|
||||
</phrase>
|
||||
<phrase>
|
||||
Wayland architecture diagram
|
||||
</phrase>
|
||||
</textobject>
|
||||
</mediaobject>
|
||||
<para>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@
|
|||
<literallayout>
|
||||
Best,
|
||||
|
||||
Kristian Høgsberg
|
||||
Kristian Høgsberg
|
||||
</literallayout>
|
||||
</preface>
|
||||
|
|
|
|||
|
|
@ -78,11 +78,11 @@
|
|||
<figure>
|
||||
<title>Xwayland architecture diagram</title>
|
||||
<mediaobjectco>
|
||||
<imageobjectco>
|
||||
<imageobject>
|
||||
<imagedata fileref="images/xwayland-architecture.png" format="PNG" />
|
||||
</imageobject>
|
||||
</imageobjectco>
|
||||
<imageobjectco>
|
||||
<imageobject>
|
||||
<imagedata fileref="images/xwayland-architecture.png" format="PNG" />
|
||||
</imageobject>
|
||||
</imageobjectco>
|
||||
</mediaobjectco>
|
||||
</figure>
|
||||
<para>
|
||||
|
|
@ -150,20 +150,20 @@
|
|||
<section id="sect-X11-Application-Support-xwm-window-identification">
|
||||
<title>Window identification</title>
|
||||
<para>
|
||||
In Xwayland, an X11 window may have a corresponding wl_surface object
|
||||
in Wayland. The wl_surface object is used for input and output: it is
|
||||
referenced by input events and used to provide the X11 window content
|
||||
to the Wayland compositor. The X11 window and the wl_surface live in
|
||||
different protocol streams, and they need to be matched for XWM to do
|
||||
its job.
|
||||
In Xwayland, an X11 window may have a corresponding wl_surface object
|
||||
in Wayland. The wl_surface object is used for input and output: it is
|
||||
referenced by input events and used to provide the X11 window content
|
||||
to the Wayland compositor. The X11 window and the wl_surface live in
|
||||
different protocol streams, and they need to be matched for XWM to do
|
||||
its job.
|
||||
</para>
|
||||
<para>
|
||||
When Xwayland creates a wl_surface on Wayland, it will also send an X11
|
||||
ClientMessage of type atom "WL_SURFACE_ID" to the X11 window carrying
|
||||
the wl_surface Wayland object ID as the first 32-bit data element. This
|
||||
is how XWM can associate a wl_surface with an X11 window. Note that
|
||||
the request to create a wl_surface and the ID message may arrive in any
|
||||
order in the Wayland compositor.
|
||||
When Xwayland creates a wl_surface on Wayland, it will also send an X11
|
||||
ClientMessage of type atom "WL_SURFACE_ID" to the X11 window carrying
|
||||
the wl_surface Wayland object ID as the first 32-bit data element. This
|
||||
is how XWM can associate a wl_surface with an X11 window. Note that
|
||||
the request to create a wl_surface and the ID message may arrive in any
|
||||
order in the Wayland compositor.
|
||||
</para>
|
||||
</section>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue