From f002b7d0552f7c4b5d8229fe07982748e9ade731 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 5 Jun 2008 08:20:39 +0000 Subject: make %V a little simpler. only the x and y values have to be specified now (i.e %V|0|0|||||| ) default values are as follows: width - lcd width - the x value height - lcd height - y value font - user font fg colour - the themes fg colour on 16bit targets, black on greyscale targets bg colour - the themes bg colour on 16bit targets, white on greyscale targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17690 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index 4d0226a..8dc6192 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -129,6 +129,7 @@ bool dir_exists(const char *path); char *strip_extension(char* buffer, int buffer_size, const char *filename); /* A simplified scanf */ -const char* parse_list(const char *fmt, const char sep, const char* str, ...); +const char* parse_list(const char *fmt, unsigned int *valid_vals, + const char sep, const char* str, ...); #endif /* MISC_H */ -- cgit v1.1