1
0
Fork 0
forked from len0rd/rockbox

* Move checkbox to plugin api (core never uses it)

* replace the last of the scrollbar() calls with gui_scrollbar_draw()


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11552 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-11-19 14:11:42 +00:00
parent 687328b777
commit 6288523cfe
15 changed files with 31 additions and 124 deletions

View file

@ -38,6 +38,7 @@
#endif
#ifdef HAVE_LCD_BITMAP
#include "scrollbar.h"
#include "peakmeter.h"
#include "bmp.h"
#include "bidi.h"
@ -99,6 +100,7 @@ static const struct plugin_api rockbox_api = {
lcd_get_background,
lcd_bitmap_part,
lcd_bitmap,
lcd_set_backdrop,
#endif
#if LCD_DEPTH == 16
lcd_bitmap_transparent_part,
@ -114,8 +116,7 @@ static const struct plugin_api rockbox_api = {
lcd_blit,
lcd_update,
lcd_update_rect,
scrollbar,
checkbox,
gui_scrollbar_draw,
font_get,
font_getstringsize,
font_get_width,
@ -467,9 +468,6 @@ static const struct plugin_api rockbox_api = {
#endif /* HAVE_RECORDING */
#endif /* CONFIG_CODEC == SWCODEC */
#if LCD_DEPTH > 1
lcd_set_backdrop,
#endif
#ifdef IRAM_STEAL
plugin_iram_init,