summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h5
1 files changed, 3 insertions, 2 deletions
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 @@
194#define WPS_BROWSE_PRE BUTTON_SELECT 194#define WPS_BROWSE_PRE BUTTON_SELECT
195#define WPS_EXIT (BUTTON_PLAY | BUTTON_REPEAT) 195#define WPS_EXIT (BUTTON_PLAY | BUTTON_REPEAT)
196#define WPS_CONTEXT (BUTTON_SELECT | BUTTON_REPEAT) 196#define WPS_CONTEXT (BUTTON_SELECT | BUTTON_REPEAT)
197#define WPS_QUICK (BUTTON_MENU | BUTTON_REPEAT)
197 198
198#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD 199#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
199 200
@@ -342,7 +343,7 @@ struct wps_data
342 int curr_subline[WPS_MAX_LINES]; 343 int curr_subline[WPS_MAX_LINES];
343 int progress_height; 344 int progress_height;
344 int progress_start; 345 int progress_start;
345 int progress_end; 346 int progress_end;
346 bool wps_loaded; 347 bool wps_loaded;
347 bool peak_meter_enabled; 348 bool peak_meter_enabled;
348#ifdef HAVE_LCD_COLOR 349#ifdef HAVE_LCD_COLOR
@@ -381,7 +382,7 @@ struct wps_state
381void wps_state_init(void); 382void wps_state_init(void);
382 383
383/* change the ff/rew-status 384/* change the ff/rew-status
384 if ff_rew = true then we are in skipping mode 385 if ff_rew = true then we are in skipping mode
385 else we are in normal mode */ 386 else we are in normal mode */
386void wps_state_update_ff_rew(bool ff_rew); 387void wps_state_update_ff_rew(bool ff_rew);
387 388