aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-17 14:47:43 +0100
committerThomas White <taw@physics.org>2021-03-17 14:47:43 +0100
commitcc62bcd177e8c93f1d6a19c98b2cfb680962dc47 (patch)
tree173d39cf5df28d6ed07cffc1933b298dfe628803 /src/gui_project.h
parentc56f32e1fad9c8407f37d389648885d73cee444a (diff)
GUI: Show beam centre more clearly, and optionally
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index 59a93853..e4daeb8d 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -282,6 +282,7 @@ struct crystfelproject {
int max_frames;
char **filenames;
char **events;
+ int show_centre;
int show_peaks;
struct peak_params peak_search_params;