summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index de04269a89..52d43123b7 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -66,6 +66,7 @@ static const struct plugin_api rockbox_api = {
66 66
67 /* lcd */ 67 /* lcd */
68 lcd_set_contrast, 68 lcd_set_contrast,
69 lcd_update,
69 lcd_clear_display, 70 lcd_clear_display,
70 lcd_setmargins, 71 lcd_setmargins,
71 lcd_getstringsize, 72 lcd_getstringsize,
@@ -114,7 +115,6 @@ static const struct plugin_api rockbox_api = {
114 lcd_puts_scroll_style, 115 lcd_puts_scroll_style,
115 &lcd_framebuffer[0][0], 116 &lcd_framebuffer[0][0],
116 lcd_blit, 117 lcd_blit,
117 lcd_update,
118 lcd_update_rect, 118 lcd_update_rect,
119 gui_scrollbar_draw, 119 gui_scrollbar_draw,
120 font_get, 120 font_get,