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:
parent
06797c2c7f
commit
46e186fa61
4 changed files with 95 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue