From 82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 19 Jul 2005 09:24:29 +0000 Subject: Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations for colour LCD support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7194 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index bf69dfbc86..e298b55b23 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -412,7 +412,7 @@ int plugin_load(const char* plugin, void* parameter) button_clear_queue(); #ifdef HAVE_LCD_BITMAP #if LCD_DEPTH > 1 - lcd_set_drawinfo(DRMODE_SOLID, 0, MAX_LEVEL); + lcd_set_drawinfo(DRMODE_SOLID, 0, LCD_MAX_LEVEL); #else lcd_set_drawmode(DRMODE_SOLID); #endif -- cgit v1.2.3