aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-11-30 16:43:17 +0100
committerThomas White <taw@physics.org>2020-11-30 17:32:30 +0100
commitd6f6658a29ed309b47a0b8fd0fc6bfdb023cb258 (patch)
tree6395e024e78c77d319a90082b248fa2007aaf654 /src/gui_backend_local.c
parent27c00c6dde58d6e4f7a7f2f3a9b00fd001f2dcff (diff)
Pass result to backend for merging
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r--src/gui_backend_local.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index 34a8fe03..4e630ad2 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -416,6 +416,7 @@ static GtkWidget *make_merging_parameters_widget(void *opts_priv)
static void *run_merging(const char *job_title,
const char *job_notes,
struct crystfelproject *proj,
+ struct gui_result *input,
void *opts_priv)
{
return NULL;