blob: e8bd750832281cba50527c572e8be94414935f8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ad,v 1.13 2015/12/05 21:31:13 adam Exp $
Disable API deprecated in Mac OS X v10.5 or not available for 64-bit.
--- plug-ins/twain/tw_mac.c.orig 2015-11-20 20:32:13.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
|