1
0
Fork 0
forked from len0rd/rockbox

Don't need to remove the backdrop for all plugins - leave it up for some.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2006-11-15 06:14:27 +00:00
parent 9b0ef15c0d
commit d6b0c97312
29 changed files with 39 additions and 33 deletions

View file

@ -223,11 +223,6 @@ int plugin_main(void)
starfield_init(&starfield);
starfield_add_stars(&starfield, INIT_STARS);
#ifdef HAVE_LCD_COLOR
rb->lcd_set_background(LCD_BLACK);
rb->lcd_set_foreground(LCD_WHITE);
#endif
while (true)
{
rb->sleep(1);