summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2008-12-07 16:20:35 +0000
committerAntoine Cellerier <dionoea@videolan.org>2008-12-07 16:20:35 +0000
commit8289b966b810eb21732ecb905433debf4e872857 (patch)
tree4665d7ca2d8c2f5bfa41686f9e7ddba65fb4e18f /apps/gui/gwps.h
parent3ad535031a84f0fa9c65a24e140c81b0a60c3026 (diff)
downloadrockbox-8289b966b810eb21732ecb905433debf4e872857.tar.gz
rockbox-8289b966b810eb21732ecb905433debf4e872857.zip
Apply FS#9368 : add generic settings tag to WPS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19357 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index ff402a73a9..4cffb0de2c 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -292,7 +292,10 @@ enum wps_token_type {
292 WPS_VIEWPORT_ENABLE, 292 WPS_VIEWPORT_ENABLE,
293 293
294 /* buttons */ 294 /* buttons */
295 WPS_TOKEN_BUTTON_VOLUME 295 WPS_TOKEN_BUTTON_VOLUME,
296
297 /* Setting option */
298 WPS_TOKEN_SETTING,
296}; 299};
297 300
298struct wps_token { 301struct wps_token {