summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 12bfe485e5..f9cef981bf 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -262,10 +262,7 @@ static const struct plugin_api rockbox_api = {
262 &button_queue, 262 &button_queue,
263#endif 263#endif
264 bidi_l2v, 264 bidi_l2v,
265#ifdef HAVE_LCD_BITMAP
266 is_diacritic, 265 is_diacritic,
267 get_codepage_name,
268#endif
269 font_get_bits, 266 font_get_bits,
270 font_load, 267 font_load,
271 font_unload, 268 font_unload,
@@ -275,6 +272,7 @@ static const struct plugin_api rockbox_api = {
275 screen_clear_area, 272 screen_clear_area,
276 gui_scrollbar_draw, 273 gui_scrollbar_draw,
277#endif /* HAVE_LCD_BITMAP */ 274#endif /* HAVE_LCD_BITMAP */
275 get_codepage_name,
278 276
279#ifdef HAVE_REMOTE_LCD 277#ifdef HAVE_REMOTE_LCD
280 /* remote lcd */ 278 /* remote lcd */