From 2a2b8d8a8234633779dca0fff5e7ce23ad4c48ed Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Wed, 25 Apr 2007 13:09:56 +0000 Subject: Make bitmaps use the right format in a RWPS and prevent a backdrop tag in a RWPS from clearing the main display's backdrop. This also allows future backdrop support for LCD remotes by making the parsing code aware of whether the display for a WPS is a remote or not. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13261 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/gwps.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/gui/gwps.h') diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h index 7d82179da8..5fa2acfea9 100644 --- a/apps/gui/gwps.h +++ b/apps/gui/gwps.h @@ -312,6 +312,11 @@ struct wps_data unsigned short wps_progress_pat[8]; bool full_line_progressbar; #endif + +#ifdef HAVE_REMOTE_LCD + bool remote_wps; +#endif + /* Number of lines in the WPS. During WPS parsing, this is the index of the line being parsed. */ int num_lines; -- cgit v1.2.3