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:
Frank Gevaerts 2009-10-20 17:15:12 +00:00
parent dae2b97240
commit 4cc1b1f833

View file

@ -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 */