diff options
Diffstat (limited to 'flatten.h')
-rw-r--r-- | flatten.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ; }; |