summaryrefslogtreecommitdiff
path: root/apps/gui/wps_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps_debug.c')
-rw-r--r--apps/gui/wps_debug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/gui/wps_debug.c b/apps/gui/wps_debug.c
index 9bff1d23ae..4fa12167f2 100644
--- a/apps/gui/wps_debug.c
+++ b/apps/gui/wps_debug.c
@@ -431,6 +431,10 @@ static char *get_token_desc(struct wps_token *token, struct wps_data *data,
431 snprintf(buf, bufsize, "pitch value"); 431 snprintf(buf, bufsize, "pitch value");
432 break; 432 break;
433#endif 433#endif
434 case WPS_VIEWPORT_ENABLE:
435 snprintf(buf, bufsize, "enable VP:%d",
436 token->value.i);
437 break;
434 438
435 default: 439 default:
436 snprintf(buf, bufsize, "FIXME (code: %d)", 440 snprintf(buf, bufsize, "FIXME (code: %d)",