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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index 965a46bfc6..57ca912800 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -94,7 +94,10 @@ struct gui_synclist
94 /* wether the text of the whole items of the list have to be 94 /* wether the text of the whole items of the list have to be
95 * scrolled or only for the selected item */ 95 * scrolled or only for the selected item */
96 bool scroll_all; 96 bool scroll_all;
97 97 /*
98 * if true the selection bar will not be drawn
99 */
100 bool hide_selection;
98 int nb_items; 101 int nb_items;
99 int selected_item; 102 int selected_item;
100 int start_item[NB_SCREENS]; /* the item that is displayed at the top of the screen */ 103 int start_item[NB_SCREENS]; /* the item that is displayed at the top of the screen */