aboutsummaryrefslogtreecommitdiff
path: root/fiv-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'fiv-io.h')
-rw-r--r--fiv-io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fiv-io.h b/fiv-io.h
index b561286..52fd691 100644
--- a/fiv-io.h
+++ b/fiv-io.h
@@ -47,6 +47,8 @@ extern cairo_user_data_key_t fiv_io_key_orientation;
extern cairo_user_data_key_t fiv_io_key_icc;
/// GBytes with plain XMP data.
extern cairo_user_data_key_t fiv_io_key_xmp;
+/// GBytes with a WebP's THUM chunk, used for our thumbnails.
+extern cairo_user_data_key_t fiv_io_key_thum;
/// The next frame in a sequence, as a surface, in a chain, pre-composited.
/// There is no wrap-around.