aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crystfelimageview.h')
-rw-r--r--src/crystfelimageview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h
index e417dd62..a8f8df99 100644
--- a/src/crystfelimageview.h
+++ b/src/crystfelimageview.h
@@ -89,6 +89,7 @@ struct _crystfelimageview
int show_peaks;
int show_refls;
float peak_box_size;
+ float refl_box_size;
};
struct _crystfelimageviewclass
@@ -119,4 +120,7 @@ extern void crystfel_image_view_set_show_reflections(CrystFELImageView *iv,
extern void crystfel_image_view_set_peak_box_size(CrystFELImageView *iv,
float box_size);
+extern void crystfel_image_view_set_refl_box_size(CrystFELImageView *iv,
+ float box_size);
+
#endif /* CRYSTFELIMAGEVIEW_H */