aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-01-26 21:58:18 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-01-26 21:58:38 +0100
commitf23afa080a227ab9200573da7eb4e5be9afd8e58 (patch)
tree72becd3ccba5009ec596ed44fcf55583faf0899a
parent9acab00bcc53d3adc52f1681d733e57dcb3c3f0d (diff)
downloadfiv-f23afa080a227ab9200573da7eb4e5be9afd8e58.tar.gz
fiv-f23afa080a227ab9200573da7eb4e5be9afd8e58.tar.xz
fiv-f23afa080a227ab9200573da7eb4e5be9afd8e58.zip
Add a missing asterisk
-rw-r--r--fiv-io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fiv-io.h b/fiv-io.h
index fda9319..bb92033 100644
--- a/fiv-io.h
+++ b/fiv-io.h
@@ -155,7 +155,7 @@ cairo_surface_t *fiv_io_image_to_surface_noref(const FivIoImage *image);
typedef struct {
const char *uri; ///< Source URI
- FivIoProfile screen_profile; ///< Target colour space or NULL
+ FivIoProfile *screen_profile; ///< Target colour space or NULL
int screen_dpi; ///< Target DPI
gboolean enhance; ///< Enhance JPEG (currently)
gboolean first_frame_only; ///< Only interested in the 1st frame