aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crystfelimageview.h')
-rw-r--r--src/crystfelimageview.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h
index 3e2c35e2..62faf044 100644
--- a/src/crystfelimageview.h
+++ b/src/crystfelimageview.h
@@ -86,6 +86,9 @@ struct _crystfelimageview
char *event;
struct image *image;
GdkPixbuf **pixbufs;
+
+ int num_peaklists;
+ ImageFeatureList **peaklists;
};
struct _crystfelimageviewclass
@@ -109,6 +112,7 @@ extern int crystfel_image_view_set_image(CrystFELImageView *iv,
extern struct image *crystfel_image_view_get_image_struct(CrystFELImageView *iv);
extern void crystfel_image_view_set_peaks(CrystFELImageView *iv,
- ImageFeatureList *peaks);
+ ImageFeatureList *peaks,
+ int list_num);
#endif /* CRYSTFELIMAGEVIEW_H */