diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-10-07 17:22:49 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-10-07 17:22:49 +0000 |
| commit | 0acdc87df4e97a1274a10d97fcbacf5696065cee (patch) | |
| tree | 8bb0cc2d87d6104abf9d7a00129813a12005c2ba /apps/gui/list.h | |
| parent | 40529dd0699ef28200380b89e1e758d69fe5fe94 (diff) | |
| download | rockbox-0acdc87df4e97a1274a10d97fcbacf5696065cee.zip rockbox-0acdc87df4e97a1274a10d97fcbacf5696065cee.tar.gz rockbox-0acdc87df4e97a1274a10d97fcbacf5696065cee.tar.bz2 rockbox-0acdc87df4e97a1274a10d97fcbacf5696065cee.tar.xz | |
lists: Detect dirtyness (need to reinit) for each list, instead of once globally.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30721 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/list.h')
| -rw-r--r-- | apps/gui/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/list.h b/apps/gui/list.h index d40cfe9..636d36c 100644 --- a/apps/gui/list.h +++ b/apps/gui/list.h @@ -103,7 +103,7 @@ struct gui_synclist #ifdef HAVE_LCD_BITMAP int offset_position[NB_SCREENS]; /* the list's screen scroll placement in pixels */ #endif - long scheduled_talk_tick, last_talked_tick; + long scheduled_talk_tick, last_talked_tick, dirty_tick; list_get_icon *callback_get_item_icon; list_get_name *callback_get_item_name; |