~ubuntu-branches/ubuntu/utopic/gimp/utopic

« back to all changes in this revision

Viewing changes to app/core/gimpimage-merge.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-01-16 10:52:27 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20140116105227-ma77vepag3jjtcpn
Tags: 2.8.10-0ubuntu1
* New upstream version
* debian/patches/lcms2.patch:
  - dropped, the new version has support for the new lcms
* debian/rules:
  - use --with-lcms=lcms2

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
                                                GimpGroupLayer *group);
34
34
 
35
35
GimpLayer   * gimp_image_flatten               (GimpImage      *image,
36
 
                                                GimpContext    *context);
 
36
                                                GimpContext    *context,
 
37
                                                GError        **error);
37
38
 
38
39
GimpVectors * gimp_image_merge_visible_vectors (GimpImage      *image,
39
40
                                                GError        **error);