diff options
-rw-r--r-- | fiv-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |