diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-02-04 05:22:03 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-02-04 05:22:03 +0000 |
| commit | 3f879eb6aeaed5dfec24f2b0cc022518be7f7739 (patch) | |
| tree | 52c721e8024e6c6441aaec10437906ab48158640 /apps/gui | |
| parent | 08e3ebbf8c8716fe61486d697671abd9774285d7 (diff) | |
| download | rockbox-3f879eb6aeaed5dfec24f2b0cc022518be7f7739.zip rockbox-3f879eb6aeaed5dfec24f2b0cc022518be7f7739.tar.gz rockbox-3f879eb6aeaed5dfec24f2b0cc022518be7f7739.tar.bz2 rockbox-3f879eb6aeaed5dfec24f2b0cc022518be7f7739.tar.xz | |
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19918 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui')
| -rw-r--r-- | apps/gui/gwps-common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps-common.c b/apps/gui/gwps-common.c index 1241c8a..dbe1a45 100644 --- a/apps/gui/gwps-common.c +++ b/apps/gui/gwps-common.c @@ -387,6 +387,7 @@ bool gui_wps_display(void) FOR_NB_SCREENS(i) { gui_wps_refresh(&gui_wps[i], 0, WPS_REFRESH_ALL); +#ifdef HAVE_LCD_BITMAP /* temporary work around so the statusbar doesnt disappear when the WPS * is first entered. This should be removed when the * WPS-statusbar handling is fixed up a bit more */ @@ -395,6 +396,7 @@ bool gui_wps_display(void) draw = gui_wps[i].data->show_sb_on_wps; if (draw) gui_statusbar_draw(&statusbars.statusbars[i], true); +#endif } return false; } |