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, 5 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 7d82179da8..5fa2acfea9 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -312,6 +312,11 @@ struct wps_data
312 unsigned short wps_progress_pat[8]; 312 unsigned short wps_progress_pat[8];
313 bool full_line_progressbar; 313 bool full_line_progressbar;
314#endif 314#endif
315
316#ifdef HAVE_REMOTE_LCD
317 bool remote_wps;
318#endif
319
315 /* Number of lines in the WPS. During WPS parsing, this is 320 /* Number of lines in the WPS. During WPS parsing, this is
316 the index of the line being parsed. */ 321 the index of the line being parsed. */
317 int num_lines; 322 int num_lines;