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:
authorCampbell Barton <ideasman42@gmail.com>2018-03-23 13:56:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-23 13:56:14 +0300
commitda00a50f7f48bfd95924705e69babea41f9d7b2b (patch)
tree099dd2761a77af893904098626119da0ae7bf18a /source/blender/windowmanager/wm.h
parent2ee4e9761f6ab2c32e8e90c7317f5e7310a8e532 (diff)
parent529c21acc2e6e0830844a610d4f8d6a9b72a9902 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/windowmanager/wm.h')
-rw-r--r--source/blender/windowmanager/wm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/windowmanager/wm.h b/source/blender/windowmanager/wm.h
index 7fe6db4e470..b2e8c914fa8 100644
--- a/source/blender/windowmanager/wm.h
+++ b/source/blender/windowmanager/wm.h
@@ -45,6 +45,9 @@ typedef struct wmPaintCursor {
void (*draw)(bContext *C, int, int, void *customdata);
} wmPaintCursor;
+
+void wm_exit_schedule_delayed(const bContext *C);
+
extern void wm_close_and_free(bContext *C, wmWindowManager *);
extern void wm_close_and_free_all(bContext *C, ListBase *);