mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-26 06:46:56 -04:00
add NOOPTIMIZE flag
This commit is contained in:
parent
1c0643d800
commit
bf14824281
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ static struct lut *load_lut(struct wlr_color_config *input, struct wlr_color_con
|
|||
inp, TYPE_RGB_16,
|
||||
outp, TYPE_RGB_16,
|
||||
INTENT_PERCEPTUAL,
|
||||
cmsFLAGS_HIGHRESPRECALC | cmsFLAGS_NOCACHE);
|
||||
cmsFLAGS_HIGHRESPRECALC | cmsFLAGS_NOCACHE | cmsFLAGS_NOOPTIMIZE);
|
||||
|
||||
cmsCloseProfile(inp);
|
||||
cmsCloseProfile(outp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue