~ubuntu-branches/ubuntu/saucy/darktable/saucy

« back to all changes in this revision

Viewing changes to src/develop/develop.h

  • Committer: Bazaar Package Importer
  • Author(s): David Bremner
  • Date: 2011-07-12 09:36:46 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110712093646-yp9dbxan44dmw15h
Tags: 0.9-1
* New upstream release.
* Remove all patches now upstream; only patch for
  -Wno-error=unused-but-set-variable remains.
* Bump Standards-Version to 3.9.2 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  struct dt_iop_module_t *module; // pointer to image operation module
38
38
  int32_t enabled;                // switched respective module on/off
39
39
  struct dt_iop_params_t *params; // parameters for this operation
 
40
  struct dt_develop_blend_params_t *blend_params;
40
41
}
41
42
dt_dev_history_item_t;
42
43
 
120
121
 
121
122
 
122
123
void dt_dev_configure (dt_develop_t *dev, int wd, int ht);
 
124
void dt_dev_invalidate_from_gui (dt_develop_t *dev);
123
125
 
124
126
#endif