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, 1 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h
index d40cfe9966..636d36c318 100644
--- a/apps/gui/list.h
+++ b/apps/gui/list.h
@@ -103,7 +103,7 @@ struct gui_synclist
103#ifdef HAVE_LCD_BITMAP 103#ifdef HAVE_LCD_BITMAP
104 int offset_position[NB_SCREENS]; /* the list's screen scroll placement in pixels */ 104 int offset_position[NB_SCREENS]; /* the list's screen scroll placement in pixels */
105#endif 105#endif
106 long scheduled_talk_tick, last_talked_tick; 106 long scheduled_talk_tick, last_talked_tick, dirty_tick;
107 107
108 list_get_icon *callback_get_item_icon; 108 list_get_icon *callback_get_item_icon;
109 list_get_name *callback_get_item_name; 109 list_get_name *callback_get_item_name;