2ebda8d551
Core: - Add our own GimpOperationBrightnessContrast because GEGL one is different Plug-ins: - Fix some GFig rendering issues Source and build system: - Depend on Babl 0.1.10, GEGL 0.2.0 and some other new library versions General: - Bug fixes - Translation updates
19 lines
569 B
Text
19 lines
569 B
Text
$NetBSD: patch-ad,v 1.12 2012/05/07 08:40:08 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
|
|
@@ -192,10 +192,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
|