mirror of https://github.com/mpv-player/mpv
Move image formats section to a more appropriate place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29284 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8e66013c90
commit
2ac4d0d1fb
|
@ -50,18 +50,6 @@ listed above, for example:
|
|||
|
||||
<!-- ********** -->
|
||||
|
||||
<sect2 id="skin-overview-formats">
|
||||
<title>Image formats</title>
|
||||
|
||||
<para>Images must be truecolor (24 or 32 bpp) PNGs.</para>
|
||||
<para>
|
||||
In the main window and in the playbar (see below) you can use images with
|
||||
`transparency': Regions filled with the color #FF00FF (magenta) are fully
|
||||
transparent when viewed by <application>MPlayer</application>. This means
|
||||
that you can even have shaped windows if your X server has the XShape extension.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="skin-overview-components">
|
||||
<title>Skin components</title>
|
||||
|
||||
|
@ -162,6 +150,18 @@ they are clicked.
|
|||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="skin-overview-formats">
|
||||
<title>Image formats</title>
|
||||
|
||||
<para>Images must be truecolor (24 or 32 bpp) PNGs.</para>
|
||||
<para>
|
||||
In the main window and in the playbar (see below) you can use images with
|
||||
`transparency': Regions filled with the color #FF00FF (magenta) are fully
|
||||
transparent when viewed by <application>MPlayer</application>. This means
|
||||
that you can even have shaped windows if your X server has the XShape extension.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<!-- ********** -->
|
||||
|
||||
<sect2 id="skin-files">
|
||||
|
|
Loading…
Reference in New Issue