diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-07-19 09:24:29 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-07-19 09:24:29 +0000 |
| commit | 82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7 (patch) | |
| tree | c26486e3dc90d2e49e9407c32c09aa6c5e2b34ec /apps/plugin.c | |
| parent | 144fc69a9f774aa3c0542ee075055bce87f28b14 (diff) | |
| download | rockbox-82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7.zip rockbox-82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7.tar.gz rockbox-82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7.tar.bz2 rockbox-82ea7c3bacd0b5308e7f0b1d8f35a4e3e13e54f7.tar.xz | |
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
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index bf69dfb..e298b55 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 |