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.h | |
parent | 9b8925e56de605e22aff3700d1cd13c70814b25f (diff) | |
download | rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.gz rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.tar.bz2 rockbox-ac017781e02e361074fd4da3b3eeb14745f79f03.zip |
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.h')
-rw-r--r-- | apps/screen_access.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h index 1fd74046e6..967bd55c02 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -119,6 +119,7 @@ struct screen void (*icon)(int icon, bool enable); unsigned long (*get_locked_pattern)(void); void (*define_pattern)(unsigned long ucs, const char *pattern); + void (*unlock_pattern)(unsigned long ucs); #endif void (*init)(void); void (*putsxy)(int x, int y, const unsigned char *str); |