From 57f698b5e2cdfa79c198baca5a04e3b0a44d9165 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 15 Jul 2004 14:02:14 +0000 Subject: Patch #778688 by Pierre Delore, euroconverter for the Player git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4886 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 37067310ad..ace963c905 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -283,6 +283,10 @@ struct plugin_api { #ifdef HAVE_LCD_BITMAP void (*lcd_puts_style)(int x, int y, unsigned char *str, int style); #endif +#ifdef HAVE_LCD_CHARCELLS + void (*lcd_put_cursor)(int x, int y, char cursor_char); + void (*lcd_remove_cursor)(void); +#endif }; /* defined by the plugin loader (plugin.c) */ -- cgit v1.2.3