From 8de8b083716558fe31ee71caa0d9e139b50da17c Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 16 Dec 2004 14:12:04 +0000 Subject: [project @ 2004-12-16 14:12:04 by rjw] Fix for bug when deleting an expanded tree node. JNG/PNG opacity is now tested during the first plot. svn path=/import/netsurf/; revision=1405 --- image/mng.h | 1 + 1 file changed, 1 insertion(+) (limited to 'image/mng.h') diff --git a/image/mng.h b/image/mng.h index 6a67b840e..d0f2fcb75 100644 --- a/image/mng.h +++ b/image/mng.h @@ -17,6 +17,7 @@ struct content; struct content_mng_data { + bool opaque_test_pending; bool read_start; bool read_resume; int read_size; -- cgit v1.2.3