From 9e4bd41e416a2d48284947e9ccc09844d3db93ee Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Wed, 7 Apr 2010 17:22:16 +0000 Subject: Text viewer: Fix RTL languages and diacritic characters support git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25515 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index c9f649b..2f54c0d 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -41,6 +41,7 @@ #include "storage.h" #include "pcmbuf.h" #include "errno.h" +#include "diacritic.h" #if CONFIG_CHARGING #include "power.h" @@ -710,6 +711,10 @@ static const struct plugin_api rockbox_api = { appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ + +#ifdef HAVE_LCD_BITMAP + is_diacritic, +#endif }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.1