summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-08-07 20:30:58 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-08-07 20:30:58 -0400
commit5ba82aec6547513ea182cbc6cb95b472bbfb9dc5 (patch)
tree731d7ab12a9dad15d1c1d4dbe9530701385bfb99
parent08fb51c1db9c9693125f4c093d07abc94d6ce0f6 (diff)
Xmu.xml: Change layout of the X Logo figure
The floating does not come up right, the figure caption is in the way. Move the figure out of the paragraph and below the text. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--doc/Xmu.xml16
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/Xmu.xml b/doc/Xmu.xml
index 8afe688..b181799 100644
--- a/doc/Xmu.xml
+++ b/doc/Xmu.xml
@@ -978,7 +978,13 @@ specifies the logo height
</varlistentry>
</variablelist>
- <figure id="xlogo" float="1" pgwide="0">
+This function draws the &ldquo;official&rdquo; X Window System logo
+(<xref linkend="xlogo"/>). The bounding box
+of the logo in the drawable is given by x, y, width, and height. The logo
+itself is filled using gcFore, and the rest of the rectangle is filled using
+gcBack.
+ </para>
+ <figure id="xlogo" pgwide="0">
<title>The X Logo</title>
<mediaobject>
<imageobject>
@@ -986,14 +992,6 @@ specifies the logo height
</imageobject>
</mediaobject>
</figure>
-
-This function draws the &ldquo;official&rdquo; X Window System logo
-(<xref linkend="xlogo"/>). The bounding box
-of the logo in the drawable is given by x, y, width, and height. The logo
-itself is filled using gcFore, and the rest of the rectangle is filled using
-gcBack.
- </para>
-
<para id="XmuCreateStippledPixmap">
<indexterm zone="XmuCreateStippledPixmap">
<primary><function>XmuCreateStippledPixmap</function></primary>