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 83ba0fb..68eebed 100644
--- a/src/control.h
+++ b/src/control.h
@@ -79,6 +79,7 @@ typedef struct cctx_struct {
FormulationMode fmode;
ReconstructionMode rmode;
PeakSearchMode psmode;
+ unsigned int prealign;
/* Input filename */
char *filename;
@@ -116,6 +117,7 @@ typedef struct cctx_struct {
/* GTK bits */
GtkWidget *combo_algorithm;
GtkWidget *combo_peaksearch;
+ GtkWidget *checkbox_prealign;
} ControlContext;