summaryrefslogtreecommitdiffstats
path: root/flatten.h
diff options
context:
space:
mode:
Diffstat (limited to 'flatten.h')
-rw-r--r--flatten.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/flatten.h b/flatten.h
index dc9c595..c252175 100644
--- a/flatten.h
+++ b/flatten.h
@@ -46,6 +46,10 @@ struct FlattenSpec {
FORBID_PARTIAL_TRANSPARENCY,
PARTIAL_TRANSPARENCY_IMPOSSIBLE
} partial_transparency_mode ;
+ enum { USE_CANVAS = 0,
+ MANUAL_OFFSET = 1,
+ MANUAL_CROP = 2,
+ AUTOCROP = 4 } window_mode ;
int process_in_memory ;
int gimpish_indexed ;
};