summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2015-10-04 15:35:30 -0400
committerTavian Barnes <tavianator@tavianator.com>2015-10-04 15:35:30 -0400
commitd95e93bf70f3351e6fd489284794ef7909fd94ce (patch)
tree0093ab92fe45d92c73e1bce97a92efe69da2866a /options.h
parent51baf3067c368e1c638f708e0d166cc2227149b0 (diff)
downloadkd-forest-d95e93bf70f3351e6fd489284794ef7909fd94ce.tar.xz
Make striping optional.
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 62038a4..07ecc45 100644
--- a/options.h
+++ b/options.h
@@ -40,6 +40,7 @@ typedef enum {
typedef struct {
unsigned int bit_depth;
mode_t mode;
+ bool stripe;
selection_t selection;
color_space_t color_space;
unsigned int width, height;