From 46e186fa61acac1cdf02db597b0cac05de189cfa Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 18 Jun 2007 13:37:57 +0000 Subject: extend the text editor plugin to be able to modify the .colors file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13665 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index fda46ce..ca0b8a2 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -498,6 +498,9 @@ static const struct plugin_api rockbox_api = { threads, create_numbered_filename, set_bool_options, +#ifdef HAVE_LCD_COLOR + set_color, +#endif }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1