[vlc-devel] vlc: svn commit r13139 (asmax)
Subversion daemon
svn at videolan.org
Sun Nov 6 15:23:17 CET 2005
r13139 | asmax | 2005-11-06 15:23:16 +0100 (Sun, 06 Nov 2005) | 8 lines
Changed paths:
M /trunk/modules/gui/skins2/parser/builder.cpp
M /trunk/modules/gui/skins2/parser/builder.hpp
M /trunk/modules/gui/skins2/parser/builder_data.def
M /trunk/modules/gui/skins2/parser/builder_data.hpp
M /trunk/modules/gui/skins2/parser/skin_parser.cpp
M /trunk/modules/gui/skins2/parser/skin_parser.hpp
M /trunk/share/skins2/skin.dtd
* all: added a new xml element: "SubBitmap". It allows to define
several bitmaps in a skin from regions of the same image file.
Usage is:
<Bitmap id="body" file="main.bmp" alphacolor="#FF0000">
<SubBitmap id="sub1" x="0" y="10" width="100" height="100" />
<SubBitmap id="sub2" x="100" y="10" width="100" height="100" />
</Bitmap>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list