summaryrefslogtreecommitdiff
path: root/graphics/gimp1/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp1/files/patch-ab')
-rw-r--r--graphics/gimp1/files/patch-ab61
1 files changed, 21 insertions, 40 deletions
diff --git a/graphics/gimp1/files/patch-ab b/graphics/gimp1/files/patch-ab
index 081000754daa..6a11e5bcd9fa 100644
--- a/graphics/gimp1/files/patch-ab
+++ b/graphics/gimp1/files/patch-ab
@@ -16,17 +16,6 @@
_exit(127);
}
else
---- plug-ins/ripple.c~ Fri Apr 18 09:21:26 1997
-+++ plug-ins/ripple.c Fri Apr 18 09:21:31 1997
-@@ -1015,7 +1015,7 @@
- switch (rvals.waveform)
- {
- case SINE:
-- return rvals.amplitude*sin(location*(2*PI)/(double)rvals.period);
-+ return rvals.amplitude*sin(location*(2*M_PI)/(double)rvals.period);
- break;
- case SAWTOOTH:
- return floor(rvals.amplitude*(fabs((((location%rvals.period)/(double)rvals.period)*4)-2)-1));
The patches for displace
------------------------
@@ -119,24 +108,6 @@ The patches for displace
}
tile = displace_pixel (drawable, tile, x1, y1, x2, y2, xi, yi, &row, &col, pixel[0]);
-***************
-*** 712,718 ****
- return TRUE;
-
- if (gimp_drawable_width (drawable_id) == drawable->width &&
-! gimp_drawable_height (drawable_id) == drawable->height)
- return TRUE;
- else
- return FALSE;
---- 719,726 ----
- return TRUE;
-
- if (gimp_drawable_width (drawable_id) == drawable->width &&
-! gimp_drawable_height (drawable_id) == drawable->height &&
-! gimp_drawable_type (drawable_id) == GRAY_IMAGE)
- return TRUE;
- else
- return FALSE;
--- plug-ins/script-fu/interp_regex.c~ Fri Apr 18 14:00:00 1997
+++ plug-ins/script-fu/interp_regex.c Fri Apr 18 14:00:45 1997
@@ -145,14 +116,24 @@ The patches for displace
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
---- plug-ins/plasma.c~ Fri Apr 18 15:01:43 1997
-+++ plug-ins/plasma.c Fri Apr 18 15:01:53 1997
-@@ -310,7 +310,7 @@
- gtk_widget_set_usize( entry, ENTRY_WIDTH, 0 );
- sprintf( buffer, "%d", pvals.seed );
- gtk_entry_set_text (GTK_ENTRY (entry), buffer );
-- gtk_signal_connect (GTK_OBJECT (entry), "changed_text",
-+ gtk_signal_connect (GTK_OBJECT (entry), "changed",
- (GtkSignalFunc) plasma_entry_callback,
- &pvals.seed);
- gtk_widget_show (entry);
+
+--- plug-ins/dgimp/dgimp.c.orig Wed Apr 30 11:39:18 1997
++++ plug-ins/dgimp/dgimp.c Wed Apr 30 11:38:42 1997
+@@ -15,6 +15,7 @@
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
++#include <sys/types.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+--- plug-ins/dgimp/lgp.c.orig Wed Apr 30 11:39:18 1997
++++ plug-ins/dgimp/lgp.c Wed Apr 30 11:39:00 1997
+@@ -15,6 +15,7 @@
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
++#include <sys/types.h>
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>