summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/scroll_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h
index 0fcb06af81..16b11c22ee 100644
--- a/firmware/export/scroll_engine.h
+++ b/firmware/export/scroll_engine.h
@@ -50,7 +50,9 @@ struct scrollinfo
50{ 50{
51 struct viewport* vp; 51 struct viewport* vp;
52 char line[SCROLL_LINE_SIZE]; 52 char line[SCROLL_LINE_SIZE];
53#ifdef HAVE_LCD_CHARCELLS
53 int len; /* length of line in chars */ 54 int len; /* length of line in chars */
55#endif
54 int y; /* Position of the line on the screen (char co-ordinates) */ 56 int y; /* Position of the line on the screen (char co-ordinates) */
55 int offset; 57 int offset;
56 int startx; 58 int startx;