diff options
| author | Kevin Ferrare <kevin@rockbox.org> | 2007-07-25 09:38:55 +0000 |
|---|---|---|
| committer | Kevin Ferrare <kevin@rockbox.org> | 2007-07-25 09:38:55 +0000 |
| commit | ac017781e02e361074fd4da3b3eeb14745f79f03 (patch) | |
| tree | ec3ce8eb8001b5d0d6822292ed443797b6ae1103 /apps/screen_access.c | |
| parent | 9b8925e56de605e22aff3700d1cd13c70814b25f (diff) | |
| download | rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.zip rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.gz rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.bz2 rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.xz | |
Ported the archos player's jackpot plugin to bitmaps LCD (still need some neat bitmaps), multi screen support for jackpot plugin and iriverify
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13978 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screen_access.c')
| -rw-r--r-- | apps/screen_access.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c index d6ca938..2d2013e 100644 --- a/apps/screen_access.c +++ b/apps/screen_access.c @@ -174,6 +174,7 @@ void screen_init(struct screen * screen, enum screen_type screen_type) screen->putc=&lcd_putc; screen->get_locked_pattern=&lcd_get_locked_pattern; screen->define_pattern=&lcd_define_pattern; + screen->unlock_pattern=&lcd_unlock_pattern; screen->icon=&lcd_icon; #endif /* HAVE_LCD_CHARCELLS */ |