forked from len0rd/rockbox
A checkbox widget
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4559 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fc2fc47d01
commit
bd3d297b31
4 changed files with 33 additions and 1 deletions
|
@ -185,6 +185,9 @@ static struct plugin_api rockbox_api = {
|
|||
#ifndef SIMULATOR
|
||||
ata_sleep,
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
checkbox,
|
||||
#endif
|
||||
};
|
||||
|
||||
int plugin_load(char* plugin, void* parameter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue