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:
parent
26ea334825
commit
450843baa7
1 changed files with 1 additions and 1 deletions
|
|
@ -528,7 +528,7 @@ gimp_monitor_get_color_profile (GdkMonitor *monitor)
|
|||
{
|
||||
CFDataRef data;
|
||||
|
||||
data = CGColorSpaceCopyICCProfile (space);
|
||||
data = CGColorSpaceCopyICCData (space);
|
||||
|
||||
if (data)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue