mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
screen_access add set_drawinfo
Change-Id: I32e4932eb3a6f06d45aff2cd767484d254a1c9ff
This commit is contained in:
parent
b94b0d3bf4
commit
e09b466554
4 changed files with 15 additions and 24 deletions
|
@ -94,6 +94,7 @@ struct screen
|
|||
unsigned (*get_foreground)(void);
|
||||
void (*set_background)(unsigned background);
|
||||
void (*set_foreground)(unsigned foreground);
|
||||
void (*set_drawinfo)(int mode, unsigned foreground, unsigned background);
|
||||
#endif /* (LCD_DEPTH > 1) || (LCD_REMOTE_DEPTH > 1) */
|
||||
void (*update_rect)(int x, int y, int width, int height);
|
||||
void (*update_viewport_rect)(int x, int y, int width, int height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue