Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-16 20:43:41 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-16 20:58:52 +0300
commit4c4ac1158bca2b3286926d18f14fc44d1200a444 (patch)
tree0a7d499b7d52cdd990c820a1e4860dbba37244d3 /source/blender/editors/include/ED_image.h
parent0c2add7ca3f17354c22264d20b86f243cfb30b9e (diff)
Images: more tweaks to save all modified images
Support showing warning messages before saving for cases that we can detect in advance, to be used by quit dialog.
Diffstat (limited to 'source/blender/editors/include/ED_image.h')
-rw-r--r--source/blender/editors/include/ED_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_image.h b/source/blender/editors/include/ED_image.h
index a9be9598761..affe98e10f8 100644
--- a/source/blender/editors/include/ED_image.h
+++ b/source/blender/editors/include/ED_image.h
@@ -111,7 +111,7 @@ void ED_image_draw_info(struct Scene *scene,
bool ED_space_image_show_cache(struct SpaceImage *sima);
-int ED_image_save_all_modified_count(const struct bContext *C);
+int ED_image_save_all_modified_info(const struct bContext *C, struct ReportList *reports);
bool ED_image_save_all_modified(const struct bContext *C, struct ReportList *reports);
#endif /* __ED_IMAGE_H__ */