forked from len0rd/rockbox
Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14373 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
735ab889d2
commit
767c0ec589
20 changed files with 54 additions and 51 deletions
|
@ -24,7 +24,7 @@
|
|||
/**
|
||||
* Backlight on/off operations
|
||||
*/
|
||||
void backlight_force_on(void);
|
||||
void backlight_use_settings(void);
|
||||
void backlight_force_on(struct plugin_api* rb);
|
||||
void backlight_use_settings(struct plugin_api* rb);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue