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:
authorJulian Eisel <eiseljulian@gmail.com>2020-02-04 22:06:36 +0300
committerJulian Eisel <eiseljulian@gmail.com>2020-02-04 22:09:03 +0300
commite4605cb155bc26171f4f1bd62a2bbfcce482fb0c (patch)
treeb5d7d666f8b84466f07f748e4477fa9fad1dfac6 /source/blender/windowmanager/WM_api.h
parentfd130a711e99723924e99a60a9e11162ca278fd8 (diff)
parentf7ca86369da89a6726bc9edc9bf4e875b2b43c46 (diff)
Merge branch 'blender-v2.82-release'
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index cfdb15026fd..f5cf0b7d0c2 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -307,6 +307,7 @@ void WM_main_remap_editor_id_reference(struct ID *old_id, struct ID *new_id);
/* reports */
void WM_report_banner_show(void);
+void WM_report_banners_cancel(struct Main *bmain);
void WM_report(ReportType type, const char *message);
void WM_reportf(ReportType type, const char *format, ...) ATTR_PRINTF_FORMAT(2, 3);