mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Const police raid\!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22621 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b5e39c15a5
commit
0cb6803227
3 changed files with 15 additions and 12 deletions
|
@ -138,8 +138,8 @@ struct screen
|
|||
void (*stop_scroll)(void);
|
||||
void (*clear_display)(void);
|
||||
void (*clear_viewport)(void);
|
||||
void (*scroll_stop)(struct viewport* vp);
|
||||
void (*scroll_stop_line)(struct viewport* vp, int y);
|
||||
void (*scroll_stop)(const struct viewport* vp);
|
||||
void (*scroll_stop_line)(const struct viewport* vp, int y);
|
||||
void (*update)(void);
|
||||
void (*update_viewport)(void);
|
||||
void (*backlight_on)(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue