From 3db384424bd7398ffbb7a355cab8f15f3add009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Oct 2016 19:24:58 +0200 Subject: New upstream version 1.9.1+repack --- xicc/xmono.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xicc/xmono.c') diff --git a/xicc/xmono.c b/xicc/xmono.c index fe9c55e..d1f091b 100644 --- a/xicc/xmono.c +++ b/xicc/xmono.c @@ -194,6 +194,7 @@ double *out, double *in) { /* - - - - - - - - - - - - - - - - - - - - - - - - - - - */ static gamut *icxLuMonoGamut(icxLuBase *plu, double detail); +static icxCuspMap *icxLuMonoCuspMap(icxLuBase *plu, int res) { return NULL; }; static icxLuBase * new_icxLuMono( @@ -222,6 +223,7 @@ int dir /* 0 = fwd, 1 = bwd */ p->get_ranges = icxLu_get_ranges; p->efv_wh_bk_points = icxLuEfv_wh_bk_points; p->get_gamut = icxLuMonoGamut; + p->get_cuspmap = icxLuMonoCuspMap; p->fwd_relpcs_outpcs = icxLuMono_fwd_relpcs_outpcs; p->bwd_outpcs_relpcs = icxLuMono_bwd_outpcs_relpcs; p->nearclip = 0; /* Set flag defaults */ @@ -262,7 +264,7 @@ int dir /* 0 = fwd, 1 = bwd */ p->vc = *vc; /* Copy the structure */ p->cam = new_icxcam(cam_default); p->cam->set_view(p->cam, vc->Ev, vc->Wxyz, vc->La, vc->Yb, vc->Lv, vc->Yf, vc->Yg, vc->Gxyz, - XICC_USE_HK); + XICC_USE_HK, vc->hkscale); } else p->cam = NULL; -- cgit v1.2.3