? build ? wps-load-new.patch ? wps_sb_tag_fix.patch ? apps/gui/combined-bmp-tmp.c ? tools/iaudio ? tools/rdf2binary ? tools/mkboot ? tools/ipod_fw Index: apps/gui/gwps.c =================================================================== RCS file: /cvsroot/rockbox/apps/gui/gwps.c,v retrieving revision 1.8 diff -u -r1.8 gwps.c --- apps/gui/gwps.c 22 Nov 2005 21:55:04 -0000 1.8 +++ apps/gui/gwps.c 24 Nov 2005 19:13:28 -0000 @@ -511,6 +511,12 @@ #endif if (quick_screen_quick(button)) return SYS_USB_CONNECTED; +#ifdef HAVE_LCD_BITMAP + FOR_NB_SCREENS(i) + { + gui_wps_set_margine(&gui_wps[i]); + } +#endif restore = true; lastbutton = 0; break;