summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorMagnus Holmgren <magnushol@gmail.com>2005-12-07 20:42:06 +0000
committerMagnus Holmgren <magnushol@gmail.com>2005-12-07 20:42:06 +0000
commit1cce533678037e305e28bc3cdd9e5c5c26d7b3fa (patch)
treebb4bfec9abf3593184c7ae2e2533641e67cf4e99 /apps/gui/gwps.h
parentddbf4e51aaabce43dac8d85a3f78d8b9396a6c73 (diff)
downloadrockbox-1cce533678037e305e28bc3cdd9e5c5c26d7b3fa.tar.gz
rockbox-1cce533678037e305e28bc3cdd9e5c5c26d7b3fa.zip
Patch #1367059 by _FireFly_: New wps loader. The wps buffer size can be reduced now, but it isn't done in this patch. Note that %wd, %we, %x| and %xl now need to be on a line on their own.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8193 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 66199bcfc4..4072e17cfa 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -255,6 +255,8 @@ struct wps_data
255#ifdef HAVE_LCD_BITMAP 255#ifdef HAVE_LCD_BITMAP
256 struct gui_img img[MAX_IMAGES]; 256 struct gui_img img[MAX_IMAGES];
257 unsigned char img_buf[IMG_BUFSIZE]; 257 unsigned char img_buf[IMG_BUFSIZE];
258 unsigned char* img_buf_ptr;
259 int img_buf_free;
258 bool wps_sb_tag; 260 bool wps_sb_tag;
259 bool show_sb_on_wps; 261 bool show_sb_on_wps;
260#endif 262#endif