From ee593c95e22b0361431f97dcc8a91c0264a5485a Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 31 Oct 2008 21:48:44 +0000 Subject: Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLOR This prepares for the Clip which will define HAVE_LCD_ENABLE but won't need the hook since the internal LCD framebuffer is updated regardless if the display is on or off. firmware/drivers/lcd-16bit.c has not been modified since HAVE_LCD_COLOR is obviously defined here git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18951 a1c6a512-1295-4272-9138-f99709370657 --- docs/PLUGIN_API.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/PLUGIN_API.new') diff --git a/docs/PLUGIN_API.new b/docs/PLUGIN_API.new index 02e9c8c157..1f24ac08bc 100644 --- a/docs/PLUGIN_API.new +++ b/docs/PLUGIN_API.new @@ -1394,7 +1394,7 @@ void lcd_set_drawmode(int mode) \description void lcd_set_enable_hook(void (*enable_hook)(void)) - \conditions !defined(HAVE_LCD_CHARCELLS) )) && (defined(HAVE_LCD_ENABLE + \conditions !defined(HAVE_LCD_CHARCELLS) && defined(HAVE_LCD_ENABLE) && defined(HAVE_LCD_COLOR) \param enable_hook \description -- cgit v1.2.3