diff options
author | Justin Heiner <jheiner@rockbox.org> | 2002-08-29 05:41:35 +0000 |
---|---|---|
committer | Justin Heiner <jheiner@rockbox.org> | 2002-08-29 05:41:35 +0000 |
commit | 8097ee6af1ba6a19015532c49d301a81c348aa53 (patch) | |
tree | 8c8e464ad655f41d325e6245a14985113e05dad1 /apps/wps.h | |
parent | de14e53c669adc033691da5c2f32825f3418f7d5 (diff) | |
download | rockbox-8097ee6af1ba6a19015532c49d301a81c348aa53.tar.gz rockbox-8097ee6af1ba6a19015532c49d301a81c348aa53.zip |
Custom WPS update - works for recorder and player now. Also updated how the WPS refreshes the screen when using Custom WPS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2046 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.h')
-rw-r--r-- | apps/wps.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/wps.h b/apps/wps.h index 01744216ad..d181273408 100644 --- a/apps/wps.h +++ b/apps/wps.h @@ -21,8 +21,6 @@ #include "id3.h" #include "playlist.h" -/* #define CUSTOM_WPS */ - extern bool keys_locked; int wps_show(void); @@ -30,6 +28,7 @@ int wps_show(void); #ifdef CUSTOM_WPS bool load_custom_wps(void); bool display_custom_wps(int x_val, int y_val, bool do_scroll, char *wps_string); +bool refresh_wps(bool refresh_scroll); #endif #endif |