diff options
author | Thomas White <taw@physics.org> | 2020-05-05 12:27:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:42:57 +0200 |
commit | 9a45383ceca04f76aab846dc8c998082db85d2b7 (patch) | |
tree | 0030cb3ba0a2358444771389d077ff013fbc974c /src/gui_project.h | |
parent | b73cd82b31281d2359fccf18f0b1a3d2b9ed3032 (diff) |
Confirm exit and save project
Diffstat (limited to 'src/gui_project.h')
-rw-r--r-- | src/gui_project.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_project.h b/src/gui_project.h index 37b38e29..d7366f5f 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -75,6 +75,8 @@ struct crystfelproject { GtkWidget *main_vbox; GtkWidget *image_info; + int unsaved; + int cur_frame; char *geom_filename; |