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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 66199bcfc4..4072e17cfa 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -255,6 +255,8 @@ struct wps_data
255#ifdef HAVE_LCD_BITMAP 255#ifdef HAVE_LCD_BITMAP
256 struct gui_img img[MAX_IMAGES]; 256 struct gui_img img[MAX_IMAGES];
257 unsigned char img_buf[IMG_BUFSIZE]; 257 unsigned char img_buf[IMG_BUFSIZE];
258 unsigned char* img_buf_ptr;
259 int img_buf_free;
258 bool wps_sb_tag; 260 bool wps_sb_tag;
259 bool show_sb_on_wps; 261 bool show_sb_on_wps;
260#endif 262#endif