wps_screen is still needed for the HAVE_REMOTE_LCD case
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23292 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dae2b97240
commit
4cc1b1f833
1 changed files with 3 additions and 0 deletions
|
@ -315,6 +315,9 @@ int main(int argc, char **argv)
|
|||
int filearg = 1;
|
||||
|
||||
struct wps_data wps;
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
struct screen* wps_screen = &screens[SCREEN_MAIN];
|
||||
#endif
|
||||
|
||||
/* No arguments -> print the help text
|
||||
* Also print the help text upon -h or --help */
|
||||
|
|
Loading…
Reference in a new issue