mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 00:22:29 -05:00
Theme Editor: Fixed a bug in the subline parser, added a LINE element to contain logical lines, working on data model
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26337 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
deb1600bbc
commit
8ea056db4b
7 changed files with 58 additions and 27 deletions
|
|
@ -41,7 +41,8 @@ enum skin_element_type
|
|||
COMMENT,
|
||||
TAG,
|
||||
CONDITIONAL,
|
||||
SUBLINES
|
||||
SUBLINES,
|
||||
LINE
|
||||
};
|
||||
|
||||
enum skin_errorcode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue