From 15b2eefd6b7bbea7b253d2526b0cb445af348f5e Mon Sep 17 00:00:00 2001 From: Zakk Roberts Date: Sun, 2 Apr 2006 10:41:16 +0000 Subject: Updated quickscreens, now they look better than before while still retaining the ability to scroll - this is about as good as it gets until viewports are implemented. Also enabled the quickscreen for iPods. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9421 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/gui/gwps.h') diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h index 377fc590c8..e02eb0b66c 100644 --- a/apps/gui/gwps.h +++ b/apps/gui/gwps.h @@ -194,6 +194,7 @@ #define WPS_BROWSE_PRE BUTTON_SELECT #define WPS_EXIT (BUTTON_PLAY | BUTTON_REPEAT) #define WPS_CONTEXT (BUTTON_SELECT | BUTTON_REPEAT) +#define WPS_QUICK (BUTTON_MENU | BUTTON_REPEAT) #elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD @@ -342,7 +343,7 @@ struct wps_data int curr_subline[WPS_MAX_LINES]; int progress_height; int progress_start; - int progress_end; + int progress_end; bool wps_loaded; bool peak_meter_enabled; #ifdef HAVE_LCD_COLOR @@ -381,7 +382,7 @@ struct wps_state void wps_state_init(void); /* change the ff/rew-status - if ff_rew = true then we are in skipping mode + if ff_rew = true then we are in skipping mode else we are in normal mode */ void wps_state_update_ff_rew(bool ff_rew); -- cgit v1.2.3