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, 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 {