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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 99bf701a7d..579a3409c2 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -292,7 +292,10 @@ enum wps_token_type {
292#endif 292#endif
293 293
294 /* Viewport display */ 294 /* Viewport display */
295 WPS_VIEWPORT_ENABLE 295 WPS_VIEWPORT_ENABLE,
296
297 /* buttons */
298 WPS_TOKEN_BUTTON_VOLUME
296}; 299};
297 300
298struct wps_token { 301struct wps_token {
@@ -423,6 +426,9 @@ struct wps_data
423 int num_strings; 426 int num_strings;
424 427
425 bool wps_loaded; 428 bool wps_loaded;
429
430 /* tick the volume button was last pressed */
431 unsigned int button_time_volume;
426}; 432};
427 433
428/* initial setup of wps_data */ 434/* initial setup of wps_data */