~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-backports

« back to all changes in this revision

Viewing changes to app/tools/gimpcurvestool.h

  • Committer: Bazaar Package Importer
  • Author(s): Bartosz
  • Date: 2009-01-09 16:24:23 UTC
  • mfrom: (38.1.1 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090109162423-rsr8ky4mzv8irpf8
Tags: 2.6.3-1ubuntu1~intrepid1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  GtkWidget            *yrange;
49
49
  GtkWidget            *graph;
50
50
  GtkWidget            *curve_type;
 
51
 
 
52
  /* export dialog */
 
53
  gboolean              export_old_format;
51
54
};
52
55
 
53
56
struct _GimpCurvesToolClass