pkgsrc/graphics/gimp/patches/patch-ad
2010-10-25 19:06:10 +00:00

19 lines
569 B
Text

$NetBSD: patch-ad,v 1.11 2010/10/25 19:06:11 adam Exp $
Disable API deprecated in Mac OS X v10.5 or not available for 64-bit.
--- plug-ins/twain/tw_mac.c.orig 2010-10-25 18:48:00.000000000 +0000
+++ plug-ins/twain/tw_mac.c
@@ -193,10 +193,12 @@ static void twainSetupMacUI()
/* Voodoo magic fix inspired by java_swt launcher */
/* Without this the icon setting doesn't work about half the time. */
+ /*
CGrafPtr p = BeginQDContextForApplicationDockTile();
EndQDContextForApplicationDockTile(p);
SetApplicationDockTileImage (icon);
+ */
}
int