From 84c6d9c0af711bf1d3421545cd2d349d4d0e6d37 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 10 Jul 2006 22:06:32 +0000 Subject: Changes 2.2.12: - fixed display problem in the Animation Playback plug-in - fixed misbehaviour of the user installation dialog - make sure that session-managed windows are mapped completely inside a monitor - don't use long deprecated libpng API - fixed possible segfault when closing image while saving it - halt tools when the image mode changes - fixed problem in Scale and Resize widgets - fixed wrong offset in transform PDB functions - fixed bugs in the Dicom load plug-in - make sure text widgets get all key events first - fixed problems with default values in the PNG save plug-in - fixed Save As dialog not displaying the filename - fixed compilation problem with gcc 4.1 - plugged a possible buffer overrun in the XCF parser - don't save image parasites twice in XCF files --- graphics/gimp/patches/patch-af | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 graphics/gimp/patches/patch-af (limited to 'graphics/gimp/patches/patch-af') diff --git a/graphics/gimp/patches/patch-af b/graphics/gimp/patches/patch-af deleted file mode 100644 index f174fa00974..00000000000 --- a/graphics/gimp/patches/patch-af +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-af,v 1.3 2006/06/26 21:12:53 wiz Exp $ - ---- app/composite/gimp-composite-sse.c.orig 2005-08-15 10:07:03.000000000 +0000 -+++ app/composite/gimp-composite-sse.c -@@ -113,7 +113,7 @@ gimp_composite_addition_rgba8_rgba8_rgba - asm("emms"); - } - -- -+#if 0 - void - gimp_composite_burn_rgba8_rgba8_rgba8_sse (GimpCompositeContext *_op) - { -@@ -229,7 +229,7 @@ gimp_composite_burn_rgba8_rgba8_rgba8_ss - - asm("emms"); - } -- -+#endif - - void - gimp_composite_darken_rgba8_rgba8_rgba8_sse (GimpCompositeContext *_op) -- cgit v1.2.3