aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/control.h b/src/control.h
index df6eb02..4bb828d 100644
--- a/src/control.h
+++ b/src/control.h
@@ -50,6 +50,7 @@ typedef struct cctx_struct {
unsigned int prealign;
unsigned int finecentering;
unsigned int have_centres;
+ unsigned int sum_stack;
/* Input filename */
char *filename;
@@ -86,6 +87,7 @@ typedef struct cctx_struct {
GtkWidget *combo_peaksearch;
GtkWidget *checkbox_prealign;
GtkWidget *checkbox_finecentering;
+ GtkWidget *checkbox_sumstack;
GtkWidget *cache_file_selector;
/* DirAx low-level stuff */