forked from len0rd/rockbox
Forgot to update lcd-remote.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3022a60cc2
commit
8e8839c8c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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_vline(int x, int y1, int y2);
|
||||||
extern void lcd_remote_drawrect(int x, int y, int width, int height);
|
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_fillrect(int x, int y, int width, int height);
|
||||||
extern void lcd_remote_draw_border_viewport(const struct viewport *vp);
|
extern void lcd_remote_draw_border_viewport(void);
|
||||||
extern void lcd_remote_fill_viewport(const struct viewport *vp);
|
extern void lcd_remote_fill_viewport(void);
|
||||||
extern void lcd_remote_bitmap_part(const fb_remote_data *src, int src_x,
|
extern void lcd_remote_bitmap_part(const fb_remote_data *src, int src_x,
|
||||||
int src_y, int stride, int x, int y,
|
int src_y, int stride, int x, int y,
|
||||||
int width, int height);
|
int width, int height);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue