mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
629 B

  1. --- ./plug-ins/psd/psd.c.orig 2004-02-07 00:20:23.000000000 +0100
  2. +++ ./plug-ins/psd/psd.c 2004-07-10 14:32:37.772325057 +0200
  3. @@ -299,7 +299,7 @@
  4. gint *nreturn_vals,
  5. GimpParam **return_vals);
  6. -static GImageType psd_type_to_gimp_type (psd_imagetype psdtype);
  7. +static GDrawableType psd_type_to_gimp_type (psd_imagetype psdtype);
  8. static GImageType psd_type_to_gimp_base_type (psd_imagetype psdtype);
  9. static GLayerMode psd_lmode_to_gimp_lmode (gchar modekey[4]);
  10. static GimpUnit psd_unit_to_gimp_unit (gint psdunit);