doc: fix Xwayland image validity

xmllint complained:

  element imageobjectco: validity error : Element imageobjectco content
  does not follow the DTD, expecting (areaspec , imageobject ,
  calloutlist*), got (imageobject )

This image has no callouts (clickable items explained in the text), so
it must not use the tags that assume callouts.

I probably cargo-culted this from the X11 and Wayland diagrams which
have callouts when writing Xwayland.xml.

Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
Pekka Paalanen 2025-12-28 10:46:06 +02:00
parent d1b8f352c3
commit 256f853261

View file

@ -77,13 +77,11 @@
</para> </para>
<figure> <figure>
<title>Xwayland architecture diagram</title> <title>Xwayland architecture diagram</title>
<mediaobjectco> <mediaobject>
<imageobjectco> <imageobject>
<imageobject> <imagedata fileref="images/xwayland-architecture.png" format="PNG" />
<imagedata fileref="images/xwayland-architecture.png" format="PNG" /> </imageobject>
</imageobject> </mediaobject>
</imageobjectco>
</mediaobjectco>
</figure> </figure>
<para> <para>
An X11 application connects to Xwayland just like it would connect to any An X11 application connects to Xwayland just like it would connect to any