diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-06-29 01:39:50 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-06-29 01:39:50 +0000 |
commit | 576908d36a58d51ee880791418a32cef25b49aba (patch) | |
tree | da2e34886085ca15de28d1b7226064be2906232b /apps/main_menu.c | |
parent | 7e11acbce9b9a63c28ded055d02301175391e027 (diff) |
Third part of graphics api rework. Some small but effective optimisations. Ported remote lcd driver to new api. Preparations for including the low-level functions in the plugin api.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6907 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main_menu.c')
-rw-r--r-- | apps/main_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c index 9654b806e3..46a3e6f4a5 100644 --- a/apps/main_menu.c +++ b/apps/main_menu.c @@ -80,7 +80,7 @@ int show_logo( void ) #ifdef HAVE_REMOTE_LCD lcd_remote_clear_display(); - lcd_remote_bitmap(rockbox112x37,10,14,112,37, false); + lcd_remote_bitmap(rockbox112x37,10,14,112,37); #endif snprintf(version, sizeof(version), "Ver. %s", appsversion); |