From 666a836227fff725cba0884edd6113b5d548c7dd Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 7 Jun 2023 05:13:36 +0200 Subject: 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 --- apps/gui/skin_engine/wps_internals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gui/skin_engine/wps_internals.h') 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 { int display; bool using_preloaded_icons; /* using the icon system instead of a bmp */ bool is_9_segment; + bool dither; }; struct image_display { -- cgit v1.2.3