Theme Editor: Made Viewport the top level parse tree element, along with a bugfix to the tag parsing function

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26442 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-01 07:11:23 +00:00
parent acb524e51a
commit d1659d69df
7 changed files with 114 additions and 13 deletions

View file

@ -42,6 +42,7 @@ extern char skin_parse_tree[];
/* Possible types of element in a WPS file */
enum skin_element_type
{
VIEWPORT,
LINE,
SUBLINES,
CONDITIONAL,