diff options
Diffstat (limited to 'fiv-view.c')
-rw-r--r-- | fiv-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1521,6 +1521,7 @@ open_without_swapping_in(FivView *self, const char *uri) { FivIoOpenContext ctx = { .uri = uri, + .cmm = self->enable_cms ? fiv_io_cmm_get_default() : NULL, .screen_profile = self->enable_cms ? self->screen_cms_profile : NULL, .screen_dpi = 96, // TODO(p): Try to retrieve it from the screen. .enhance = self->enhance, |