diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-01-26 21:58:18 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-01-26 21:58:38 +0100 |
commit | f23afa080a227ab9200573da7eb4e5be9afd8e58 (patch) | |
tree | 72becd3ccba5009ec596ed44fcf55583faf0899a | |
parent | 9acab00bcc53d3adc52f1681d733e57dcb3c3f0d (diff) | |
download | fiv-f23afa080a227ab9200573da7eb4e5be9afd8e58.tar.gz fiv-f23afa080a227ab9200573da7eb4e5be9afd8e58.tar.xz fiv-f23afa080a227ab9200573da7eb4e5be9afd8e58.zip |
Add a missing asterisk
-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 |