]> git.sesse.net Git - vlc/commit
* all: added a new xml element: "SubBitmap". It allows to define
authorCyril Deguet <asmax@videolan.org>
Sun, 6 Nov 2005 14:23:16 +0000 (14:23 +0000)
committerCyril Deguet <asmax@videolan.org>
Sun, 6 Nov 2005 14:23:16 +0000 (14:23 +0000)
commit1ada3176c1da49d9666ca3a02c669b0773466be5
treec64483963f67123c8a087e7e00efaee7142a64fe
parentfa4330533644f8e3237790903836d822050498c9
* 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>
modules/gui/skins2/parser/builder.cpp
modules/gui/skins2/parser/builder.hpp
modules/gui/skins2/parser/builder_data.def
modules/gui/skins2/parser/builder_data.hpp
modules/gui/skins2/parser/skin_parser.cpp
modules/gui/skins2/parser/skin_parser.hpp
share/skins2/skin.dtd