aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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