diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2020-04-16 15:57:07 +1000 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2020-04-29 12:21:33 +0000 |
| commit | df969706f4cd479a525a69a13f86589d6b313b5b (patch) | |
| tree | 4253a24e47c73fe9ef63a54307a848a6c86e0eb5 /doc | |
| parent | scanner: Guard interface declarations (diff) | |
| download | wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.gz wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.bz2 wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.lz wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.xz wayland-df969706f4cd479a525a69a13f86589d6b313b5b.tar.zst wayland-df969706f4cd479a525a69a13f86589d6b313b5b.zip | |
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>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/publican/sources/Book_Info.xml | 6 | ||||
| -rw-r--r-- | doc/publican/sources/Compositors.xml | 4 | ||||
| -rw-r--r-- | doc/publican/sources/Foreword.xml | 4 | ||||
| -rw-r--r-- | doc/publican/sources/Introduction.xml | 12 | ||||
| -rw-r--r-- | doc/publican/sources/Preface.xml | 2 | ||||
| -rw-r--r-- | doc/publican/sources/Xwayland.xml | 34 |
6 files changed, 31 insertions, 31 deletions
diff --git a/doc/publican/sources/Book_Info.xml b/doc/publican/sources/Book_Info.xml index 0b7bf07..897673a 100644 --- a/doc/publican/sources/Book_Info.xml +++ b/doc/publican/sources/Book_Info.xml @@ -28,9 +28,9 @@ <imagedata fileref="images/wayland.png" format="PNG" /> </imageobject> <textobject> - <phrase> - Wayland logo - </phrase> + <phrase> + Wayland logo + </phrase> </textobject> </inlinemediaobject> </corpauthor> diff --git a/doc/publican/sources/Compositors.xml b/doc/publican/sources/Compositors.xml index ad27f61..7a7bdaa 100644 --- a/doc/publican/sources/Compositors.xml +++ b/doc/publican/sources/Compositors.xml @@ -61,8 +61,8 @@ <para> Possible examples for session compositors include <itemizedlist> - <listitem> - <para> + <listitem> + <para> gnome-shell </para> </listitem> diff --git a/doc/publican/sources/Foreword.xml b/doc/publican/sources/Foreword.xml index e6875a3..46fda2b 100644 --- a/doc/publican/sources/Foreword.xml +++ b/doc/publican/sources/Foreword.xml @@ -22,7 +22,7 @@ <literallayout> Yours, - the Wayland open-source community - November 2012 + the Wayland open-source community + November 2012 </literallayout> </preface> diff --git a/doc/publican/sources/Introduction.xml b/doc/publican/sources/Introduction.xml index 7516c33..276db2d 100644 --- a/doc/publican/sources/Introduction.xml +++ b/doc/publican/sources/Introduction.xml @@ -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> diff --git a/doc/publican/sources/Preface.xml b/doc/publican/sources/Preface.xml index 61720a9..17c6ebf 100644 --- a/doc/publican/sources/Preface.xml +++ b/doc/publican/sources/Preface.xml @@ -15,6 +15,6 @@ <literallayout> Best, - Kristian Høgsberg + Kristian Høgsberg </literallayout> </preface> diff --git a/doc/publican/sources/Xwayland.xml b/doc/publican/sources/Xwayland.xml index a39866f..e439991 100644 --- a/doc/publican/sources/Xwayland.xml +++ b/doc/publican/sources/Xwayland.xml @@ -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> |
