Replace deprecated CGColorSpaceCopyICCProfile with CGColorSpaceCopyICCData

WARNING: this commit should not be backported to the gimp-2-10 branch because of macOS minimum supported version.
This commit is contained in:
Alex Samorukov 2018-06-26 14:49:11 +00:00 committed by Jehan
parent 26ea334825
commit 450843baa7
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ gimp_monitor_get_color_profile (GdkMonitor *monitor)
{
CFDataRef data;
data = CGColorSpaceCopyICCProfile (space);
data = CGColorSpaceCopyICCData (space);
if (data)
{