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

« back to all changes in this revision

Viewing changes to app/paint/gimppaintcore.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:
55
55
  gint         x1, y1;           /*  undo extents in image coords        */
56
56
  gint         x2, y2;           /*  undo extents in image coords        */
57
57
 
58
 
  gboolean     use_pressure;     /*  look at coords->pressure            */
59
58
  gboolean     use_saved_proj;   /*  keep the unmodified proj around     */
60
59
 
61
60
  TileManager *undo_tiles;       /*  tiles which have been modified      */