summaryrefslogtreecommitdiff
path: root/apps/wps.h
diff options
context:
space:
mode:
authorJustin Heiner <jheiner@rockbox.org>2002-08-24 06:57:24 +0000
committerJustin Heiner <jheiner@rockbox.org>2002-08-24 06:57:24 +0000
commit5301881adca9508f12eeb80704a201ff579e5836 (patch)
tree336ff45c4d831d10e2a8214a891ae3b4176eaaa0 /apps/wps.h
parent11f2c3c225b34e03fe869e19e051d5d2a08af69b (diff)
downloadrockbox-5301881adca9508f12eeb80704a201ff579e5836.tar.gz
rockbox-5301881adca9508f12eeb80704a201ff579e5836.zip
Update to the Custom WPS. Now actually works, can be fed any string, uses %xx instead of just %x, and more! It's #define'd out in settings.h - Needs to be enabled to use it. PLAYER ONLY
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1963 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.h')
-rw-r--r--apps/wps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/wps.h b/apps/wps.h
index a65a9fda6a..01744216ad 100644
--- a/apps/wps.h
+++ b/apps/wps.h
@@ -28,7 +28,8 @@ extern bool keys_locked;
28int wps_show(void); 28int wps_show(void);
29 29
30#ifdef CUSTOM_WPS 30#ifdef CUSTOM_WPS
31int wps_load_custom_config(void); 31bool load_custom_wps(void);
32bool display_custom_wps(int x_val, int y_val, bool do_scroll, char *wps_string);
32#endif 33#endif
33 34
34#endif 35#endif