aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index e08e20a7..e0717007 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -241,6 +241,9 @@ struct gui_task
void *job_priv;
};
+
+#define N_RANDOM_HISTORY (16)
+
struct crystfelproject {
GtkWidget *window;
@@ -262,6 +265,8 @@ struct crystfelproject {
int cur_frame;
struct image *cur_image;
+ int random_history[N_RANDOM_HISTORY];
+ int n_random_history;
char *geom_filename;
char *stream_filename;