summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 876f82d774..38fdaa8f35 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -220,7 +220,7 @@ static const struct plugin_api rockbox_api = {
220 gui_synclist_scroll_left, 220 gui_synclist_scroll_left,
221#endif 221#endif
222 gui_synclist_do_button, 222 gui_synclist_do_button,
223 223
224 /* button */ 224 /* button */
225 button_get, 225 button_get,
226 button_get_w_tmo, 226 button_get_w_tmo,
@@ -413,7 +413,7 @@ static const struct plugin_api rockbox_api = {
413 get_action, 413 get_action,
414 action_signalscreenchange, 414 action_signalscreenchange,
415 action_userabort, 415 action_userabort,
416 416
417 /* power */ 417 /* power */
418 battery_level, 418 battery_level,
419 battery_level_safe, 419 battery_level_safe,
@@ -466,7 +466,7 @@ static const struct plugin_api rockbox_api = {
466 466
467 /* new stuff at the end, sort into place next time 467 /* new stuff at the end, sort into place next time
468 the API gets incompatible */ 468 the API gets incompatible */
469 469
470 strtok_r, 470 strtok_r,
471#ifdef HAVE_WHEEL_POSITION 471#ifdef HAVE_WHEEL_POSITION
472 wheel_status, 472 wheel_status,
@@ -608,7 +608,7 @@ int plugin_load(const char* plugin, void* parameter)
608 608
609#ifdef HAVE_REMOTE_LCD 609#ifdef HAVE_REMOTE_LCD
610#if LCD_REMOTE_DEPTH > 1 610#if LCD_REMOTE_DEPTH > 1
611 lcd_remote_set_drawinfo(DRMODE_SOLID, LCD_REMOTE_DEFAULT_FG, 611 lcd_remote_set_drawinfo(DRMODE_SOLID, LCD_REMOTE_DEFAULT_FG,
612 LCD_REMOTE_DEFAULT_BG); 612 LCD_REMOTE_DEFAULT_BG);
613#else 613#else
614 lcd_remote_set_drawmode(DRMODE_SOLID); 614 lcd_remote_set_drawmode(DRMODE_SOLID);