diff options
author | Thomas Martitz <kugel@rockbox.org> | 2014-01-12 01:50:21 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-12 01:50:21 +0100 |
commit | 0a0d61e777c47d742be195dd9c661065be0eb7da (patch) | |
tree | fdb9660885991731d0122f74395a8b7a677c8123 /apps/plugin.h | |
parent | 488a1b983e1c2fac14de25aa781caf12628e53c8 (diff) |
Fix remote warnings and charcell reds, and remove minor left-over tuff.
Change-Id: I10987ea9fcad94d502afd4ae4a80ab9022c75d2e
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 5d6527d7a4..8a0d0562ff 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -326,7 +326,7 @@ struct plugin_api { void (*lcd_remote_set_contrast)(int x); void (*lcd_remote_clear_display)(void); void (*lcd_remote_puts)(int x, int y, const unsigned char *string); - void (*lcd_remote_puts_scroll)(int x, int y, const unsigned char* string); + bool (*lcd_remote_puts_scroll)(int x, int y, const unsigned char* string); void (*lcd_remote_scroll_stop)(void); void (*lcd_remote_set_drawmode)(int mode); int (*lcd_remote_get_drawmode)(void); |