~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to app/tools/gimpcolorizetool.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
struct _GimpColorizeTool
38
38
{
39
 
  GimpImageMapTool  parent_instance;
 
39
  GimpImageMapTool    parent_instance;
40
40
 
41
 
  Colorize         *colorize;
 
41
  GimpColorizeConfig *config;
 
42
  Colorize           *colorize;
42
43
 
43
44
  /*  dialog  */
44
 
  GtkAdjustment    *hue_data;
45
 
  GtkAdjustment    *saturation_data;
46
 
  GtkAdjustment    *lightness_data;
 
45
  GtkAdjustment      *hue_data;
 
46
  GtkAdjustment      *saturation_data;
 
47
  GtkAdjustment      *lightness_data;
47
48
};
48
49
 
49
50
struct _GimpColorizeToolClass