summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2023-06-07 05:13:36 +0200
committerChristian Soffke <christian.soffke@gmail.com>2023-06-09 03:15:10 +0200
commit666a836227fff725cba0884edd6113b5d548c7dd (patch)
tree7b3972c8077922a22c3ff896cb8efca6a1369612 /apps/gui/skin_engine/wps_internals.h
parentbd339dabacb0966830baf2ecc3320d0b412c0507 (diff)
downloadrockbox-666a836227fff725cba0884edd6113b5d548c7dd.tar.gz
rockbox-666a836227fff725cba0884edd6113b5d548c7dd.zip
Skin Engine: Enable dithering for images drawn onto backdrop layer
Backdrop images loaded using %X(filename) already had dithering enabled, but images loaded using the %x tag in viewports annotated with %VB did not. Change-Id: I9c6d11d8e7ab41a53eb9e453d78ae0dc58cb947b
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 6b9719282e..8ad8325e66 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -102,6 +102,7 @@ struct gui_img {
102 int display; 102 int display;
103 bool using_preloaded_icons; /* using the icon system instead of a bmp */ 103 bool using_preloaded_icons; /* using the icon system instead of a bmp */
104 bool is_9_segment; 104 bool is_9_segment;
105 bool dither;
105}; 106};
106 107
107struct image_display { 108struct image_display {