mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-04 04:06:16 -05:00
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:
parent
d1b8f352c3
commit
256f853261
1 changed files with 5 additions and 7 deletions
|
|
@ -77,13 +77,11 @@
|
|||
</para>
|
||||
<figure>
|
||||
<title>Xwayland architecture diagram</title>
|
||||
<mediaobjectco>
|
||||
<imageobjectco>
|
||||
<imageobject>
|
||||
<imagedata fileref="images/xwayland-architecture.png" format="PNG" />
|
||||
</imageobject>
|
||||
</imageobjectco>
|
||||
</mediaobjectco>
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
<imagedata fileref="images/xwayland-architecture.png" format="PNG" />
|
||||
</imageobject>
|
||||
</mediaobject>
|
||||
</figure>
|
||||
<para>
|
||||
An X11 application connects to Xwayland just like it would connect to any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue