summaryrefslogtreecommitdiff
path: root/content/handlers/image/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/image/png.c')
-rw-r--r--content/handlers/image/png.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/image/png.c b/content/handlers/image/png.c
index 1fa707d35..4926d9a27 100644
--- a/content/handlers/image/png.c
+++ b/content/handlers/image/png.c
@@ -602,6 +602,7 @@ static const content_handler nspng_content_handler = {
.redraw = image_cache_redraw,
.get_internal = image_cache_get_internal,
.type = image_cache_content_type,
+ .is_opaque = image_cache_is_opaque,
.no_share = false,
};