diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-10-11 01:23:40 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-10-11 01:23:40 +0000 |
| commit | 8e8839c8c2e5eadf3aac0b109b0cf62b9b1faf0b (patch) | |
| tree | f5654b8427dff710dc3d8d62042c76608a8f900d | |
| parent | 3022a60cc2c5958555743f9438b8cf7cd95987f0 (diff) | |
| download | rockbox-8e8839c8c2e5eadf3aac0b109b0cf62b9b1faf0b.zip rockbox-8e8839c8c2e5eadf3aac0b109b0cf62b9b1faf0b.tar.gz rockbox-8e8839c8c2e5eadf3aac0b109b0cf62b9b1faf0b.tar.bz2 rockbox-8e8839c8c2e5eadf3aac0b109b0cf62b9b1faf0b.tar.xz | |
Forgot to update lcd-remote.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28243 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/lcd-remote.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 9b5f397..e2f2ab1 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -178,8 +178,8 @@ extern void lcd_remote_hline(int x1, int x2, int y); extern void lcd_remote_vline(int x, int y1, int y2); extern void lcd_remote_drawrect(int x, int y, int width, int height); extern void lcd_remote_fillrect(int x, int y, int width, int height); -extern void lcd_remote_draw_border_viewport(const struct viewport *vp); -extern void lcd_remote_fill_viewport(const struct viewport *vp); +extern void lcd_remote_draw_border_viewport(void); +extern void lcd_remote_fill_viewport(void); extern void lcd_remote_bitmap_part(const fb_remote_data *src, int src_x, int src_y, int stride, int x, int y, int width, int height); |