summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-24 09:35:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-24 09:35:32 +0000
commitafd704261e8189add57955c8bdc103d50c72ac0f (patch)
tree5d70800fee9b4448db60c30e02ecb615109ae1a3 /apps/plugin.c
parent13a5584767dad3651a58a64e1a983caff5da7fe2 (diff)
downloadrockbox-afd704261e8189add57955c8bdc103d50c72ac0f.zip
rockbox-afd704261e8189add57955c8bdc103d50c72ac0f.tar.gz
rockbox-afd704261e8189add57955c8bdc103d50c72ac0f.tar.bz2
rockbox-afd704261e8189add57955c8bdc103d50c72ac0f.tar.xz
added three functions to the charcell version of the plugin struct, patch by
delorepierre@free.fr git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3870 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 08358aa..2319c9d 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -64,6 +64,9 @@ static struct plugin_api rockbox_api = {
lcd_stop_scroll,
#ifdef HAVE_LCD_CHARCELLS
lcd_define_pattern,
+ lcd_get_locked_pattern,
+ lcd_unlock_pattern,
+ lcd_putc,
#else
lcd_putsxy,
lcd_bitmap,