97ebaeb3fb
Core: - Seek much less when writing XCF - Don't seek past the end of the file when writing XCF - Windows: call SetDLLDirectory() for less DLL hell - Fix velocity parameter on .GIH brushes - Fix brokenness while transforming certain sets of linked layers GUI: - Always show image tabs in single window mode - Fix switching of dock tabs by DND hovering - Don't make the scroll area for tags too small - Fixed a crash in the save dialog - Fix issue where ruler updates made things very slow on Windows Plug-ins: - Fix several issues in the BMP plug-in - Make Gfig work with the new brush size behavior again - Fix font export in the PDF plug-in - Support layer groups in OpenRaster files - Fix loading of PSD files with layer groups General: - OSX build system fixes - Bug fixes - Translation updates
19 lines
565 B
Text
19 lines
565 B
Text
$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
|