diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-08-07 20:30:58 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-08-07 20:30:58 -0400 |
commit | 5ba82aec6547513ea182cbc6cb95b472bbfb9dc5 (patch) | |
tree | 731d7ab12a9dad15d1c1d4dbe9530701385bfb99 | |
parent | 08fb51c1db9c9693125f4c093d07abc94d6ce0f6 (diff) | |
download | xorg-lib-libXmu-5ba82aec6547513ea182cbc6cb95b472bbfb9dc5.tar.gz |
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.xml | 16 |
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 “official” 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 “official” 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> |