diff options
author | Thomas White <taw@physics.org> | 2020-07-03 14:14:32 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:45 +0200 |
commit | 92a3939402ee030755440af5b525e7af8155d34f (patch) | |
tree | 11943a9d03d3311c6babcecf080f74d5980c149f /src/gui_project.h | |
parent | fc448f0933671135b149f2d151f8addc0bd73300 (diff) |
Let caller (rather than CrystFELImageView) own the image structure
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index c2d540a9..aad71e2e 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -79,6 +79,7 @@ struct crystfelproject { int unsaved; int cur_frame; + struct image *cur_image; char *geom_filename; char *stream_filename; |