summaryrefslogtreecommitdiff
path: root/apps/gui/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.h')
-rw-r--r--apps/gui/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 8980573aa3..0f2f51a424 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -100,6 +100,8 @@ struct gui_synclist
100 int start_item[NB_SCREENS]; /* the item that is displayed at the top of the screen */ 100 int start_item[NB_SCREENS]; /* the item that is displayed at the top of the screen */
101 /* the number of lines that are selected at the same time */ 101 /* the number of lines that are selected at the same time */
102 int selected_size; 102 int selected_size;
103 /* the number of pixels each line occupies (including optional padding on touchscreen */
104 int line_height[NB_SCREENS];
103#ifdef HAVE_LCD_BITMAP 105#ifdef HAVE_LCD_BITMAP
104 int offset_position[NB_SCREENS]; /* the list's screen scroll placement in pixels */ 106 int offset_position[NB_SCREENS]; /* the list's screen scroll placement in pixels */
105#endif 107#endif