1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2007-06-18 13:37:57 +00:00
parent 06797c2c7f
commit 46e186fa61
4 changed files with 95 additions and 1 deletions

View file

@ -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)