mirror of https://github.com/GNOME/gimp.git
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
|
@ -528,7 +528,7 @@ gimp_monitor_get_color_profile (GdkMonitor *monitor)
|
||||||
{
|
{
|
||||||
CFDataRef data;
|
CFDataRef data;
|
||||||
|
|
||||||
data = CGColorSpaceCopyICCProfile (space);
|
data = CGColorSpaceCopyICCData (space);
|
||||||
|
|
||||||
if (data)
|
if (data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue