summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-10-20 21:54:59 +0000
committerThomas Martitz <kugel@rockbox.org>2009-10-20 21:54:59 +0000
commitd85c3ec41020a6c56b0d5d95a9ed790f57d73c6e (patch)
tree2f51ed47fee689024ed8c145634044362c8ed7d5 /docs
parent774bacc692b4d5c7b769bb88d24e182db9e4656f (diff)
downloadrockbox-d85c3ec41020a6c56b0d5d95a9ed790f57d73c6e.tar.gz
rockbox-d85c3ec41020a6c56b0d5d95a9ed790f57d73c6e.zip
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
Diffstat (limited to 'docs')
-rw-r--r--docs/PLUGIN_API.new5
1 files changed, 0 insertions, 5 deletions
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)
1384 \param mode 1384 \param mode
1385 \description 1385 \description
1386 1386
1387void lcd_activation_set_hook(void (*enable_hook)(void))
1388 \conditions !defined(HAVE_LCD_CHARCELLS) && (defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP))
1389 \param enable_hook
1390 \description
1391
1392void lcd_set_foreground(unsigned foreground) 1387void lcd_set_foreground(unsigned foreground)
1393 \group lcd 1388 \group lcd
1394 \conditions !defined(HAVE_LCD_CHARCELLS) && (LCD_DEPTH > 1) 1389 \conditions !defined(HAVE_LCD_CHARCELLS) && (LCD_DEPTH > 1)