Const police raid\!

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22621 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2009-09-04 16:04:02 +00:00
parent b5e39c15a5
commit 0cb6803227
3 changed files with 15 additions and 12 deletions

View file

@ -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);