From d85c3ec41020a6c56b0d5d95a9ed790f57d73c6e Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 20 Oct 2009 21:54:59 +0000 Subject: Convert lcd_activation callbacks to use the event system to allow for multiple parallel callbacks (for custom statusbar). Increase maximum event count as we need more (I actually had a report about it during custom statusbar testing). Removed corresponding functions from the core and plugin api. Bump min version and sort. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23302 a1c6a512-1295-4272-9138-f99709370657 --- docs/PLUGIN_API.new | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs') diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new index 876af375a2..1989386661 100644 --- a/docs/PLUGIN_API.new +++ b/docs/PLUGIN_API.new @@ -1384,11 +1384,6 @@ void lcd_set_drawmode(int mode) \param mode \description -void lcd_activation_set_hook(void (*enable_hook)(void)) - \conditions !defined(HAVE_LCD_CHARCELLS) && (defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP)) - \param enable_hook - \description - void lcd_set_foreground(unsigned foreground) \group lcd \conditions !defined(HAVE_LCD_CHARCELLS) && (LCD_DEPTH > 1) -- cgit v1.2.3