mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-16 18:36:03 +01:00
new patch for GTK+ on OS X
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13127 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
04f6bf6f52
commit
c9f6bb3770
1 changed files with 11 additions and 0 deletions
11
tools/current-gtk-patches/colorspace.patch
Normal file
11
tools/current-gtk-patches/colorspace.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- gtk+-2.24.0/gdk/quartz/gdkcolor-quartz.c.orig 2012-08-13 22:23:03.000000000 +0400
|
||||
+++ gtk+-2.24.0/gdk/quartz/gdkcolor-quartz.c 2012-08-13 22:24:50.000000000 +0400
|
||||
@@ -237,7 +237,7 @@
|
||||
else
|
||||
components[3] = 1.0;
|
||||
|
||||
- colorspace = CGColorSpaceCreateWithName (kCGColorSpaceGenericRGB);
|
||||
+ colorspace = CGColorSpaceCreateDeviceRGB();
|
||||
color = CGColorCreate (colorspace, components);
|
||||
CGColorSpaceRelease (colorspace);
|
||||
break;
|
||||
Loading…
Add table
Add a link
Reference in a new issue