mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-20 10:32:42 -05:00
Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26455 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f52c9aae3a
commit
a9848ce3fe
10 changed files with 219 additions and 28 deletions
|
|
@ -123,7 +123,7 @@ struct skin_element
|
|||
|
||||
/* Parses a WPS document and returns a list of skin_element
|
||||
structures. */
|
||||
struct skin_element* skin_parse(char* document);
|
||||
struct skin_element* skin_parse(const char* document);
|
||||
|
||||
/* Memory management functions */
|
||||
struct skin_element* skin_alloc_element();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue