summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_parser.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-05-27 19:57:15 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-05-27 19:57:15 +0000
commit8ea056db4b6c60e2e623cd0e79ccb64aea5bec51 (patch)
treeb0ae89113d95c33616b4edda0abe22f63415e0a4 /utils/themeeditor/skin_parser.h
parentdeb1600bbc4d0e04f4560186fb665dc95b908e14 (diff)
downloadrockbox-8ea056db4b6c60e2e623cd0e79ccb64aea5bec51.tar.gz
rockbox-8ea056db4b6c60e2e623cd0e79ccb64aea5bec51.zip
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
Diffstat (limited to 'utils/themeeditor/skin_parser.h')
-rw-r--r--utils/themeeditor/skin_parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/themeeditor/skin_parser.h b/utils/themeeditor/skin_parser.h
index 50980023b5..7de726bbfc 100644
--- a/utils/themeeditor/skin_parser.h
+++ b/utils/themeeditor/skin_parser.h
@@ -41,7 +41,8 @@ enum skin_element_type
41 COMMENT, 41 COMMENT,
42 TAG, 42 TAG,
43 CONDITIONAL, 43 CONDITIONAL,
44 SUBLINES 44 SUBLINES,
45 LINE
45}; 46};
46 47
47enum skin_errorcode 48enum skin_errorcode