]> git.sesse.net Git - vlc/commit
* configure.ac: check xml2-config for skins2
authorCyril Deguet <asmax@videolan.org>
Sat, 24 Jan 2004 13:08:12 +0000 (13:08 +0000)
committerCyril Deguet <asmax@videolan.org>
Sat, 24 Jan 2004 13:08:12 +0000 (13:08 +0000)
commitc381c1c1301fb2ca0f67116e45468fd6c7d617e9
tree74f7071d666790e51604e131d20f3aa877f661dd
parent5d3d03806510d96e3f991f214ba4938f2acb6851
* configure.ac: check xml2-config for skins2
* modules/gui/skins2/src/var_manager.cpp: delete the variables in the
  right order to avoid invalid reads in the destructor
* modules/gui/skins2/parser/xmlparser: skeleton of a new parser based
  on the text reader API of libxml2
configure.ac
modules/gui/skins2/Modules.am
modules/gui/skins2/parser/xmlparser.cpp [new file with mode: 0644]
modules/gui/skins2/parser/xmlparser.hpp [new file with mode: 0644]
modules/gui/skins2/src/theme_loader.cpp
modules/gui/skins2/src/var_manager.cpp
modules/gui/skins2/src/var_manager.hpp