mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Don't crash when not enough params were given (i.e forgetting the filename) Make the parser enforce the first 4 params as compulsary Be more leniant and don't require the image filename if one isnt going to be loaded (no more need for the - as the 5th param) Add an option "image" to specify the filename (otherwise the first option will be used if it isnt a recognised option). e.g: %pv(0,0,100,10) or %pv(0,0,100,10, bar.bmp) or %pv(0,0,100,10, ..., image, bar.bmp) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28247 a1c6a512-1295-4272-9138-f99709370657 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| skin_buffer.c | ||
| skin_buffer.h | ||
| skin_debug.c | ||
| skin_debug.h | ||
| skin_parser.c | ||
| skin_parser.h | ||
| skin_parser.make | ||
| skin_scan.c | ||
| skin_scan.h | ||
| SOURCES | ||
| symbols.h | ||
| tag_table.c | ||
| tag_table.h | ||