1
0
Fork 0
forked from len0rd/rockbox

Fix skin engine calling wps code to draw the statusbars (add a pointer to viewportmanager-suitable statusbar values, which are the same for all screens), and re-arrange statusbar related code slightly. No functional change.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22514 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-08-26 00:06:27 +00:00
parent 5174341999
commit af967d77d3
4 changed files with 61 additions and 46 deletions

View file

@ -51,4 +51,7 @@ bool skin_data_load(struct wps_data *wps_data,
/* initial setup of wps_data */
void skin_data_init(struct wps_data *wps_data);
/* call this in statusbar toggle handlers if needed */
void skin_statusbar_changed(struct gui_wps*);
#endif