summaryrefslogtreecommitdiff
path: root/image/mng.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/mng.h')
-rw-r--r--image/mng.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/image/mng.h b/image/mng.h
index 7fffd7a78..8f2ca8e76 100644
--- a/image/mng.h
+++ b/image/mng.h
@@ -18,11 +18,12 @@
struct content;
struct content_mng_data {
- bool opaque_test_pending;
+ bool opaque_test_pending;
bool read_start;
bool read_resume;
int read_size;
bool waiting;
+ bool displayed;
mng_handle handle;
};