Advertisement
Guest User

Untitled

a guest
Feb 8th, 2010
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. --- a/apps/gui/wps.c
  2. +++ b/apps/gui/wps.c
  3. @@ -605,9 +605,6 @@ static void gwps_enter_wps(void)
  4. draw = true;
  5. #endif
  6. display->stop_scroll();
  7. -#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
  8. - display->backdrop_show(gwps->data->backdrop);
  9. -#endif
  10. viewportmanager_theme_enable(i, draw, NULL);
  11.  
  12. /* Update the values in the first (default) viewport - in case the user
  13. @@ -621,6 +618,9 @@ static void gwps_enter_wps(void)
  14. }
  15. #endif
  16. /* make the backdrop actually take effect */
  17. +#if LCD_DEPTH > 1 || defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
  18. + display->backdrop_show(gwps->data->backdrop);
  19. +#endif
  20. display->clear_display();
  21. skin_update(gwps, WPS_REFRESH_ALL);
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement