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_window.h
parent2ee4e9761f6ab2c32e8e90c7317f5e7310a8e532 (diff)
parent529c21acc2e6e0830844a610d4f8d6a9b72a9902 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/windowmanager/wm_window.h')
-rw-r--r--source/blender/windowmanager/wm_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm_window.h b/source/blender/windowmanager/wm_window.h
index 75595eb8817..b0c7021c496 100644
--- a/source/blender/windowmanager/wm_window.h
+++ b/source/blender/windowmanager/wm_window.h
@@ -82,7 +82,7 @@ void wm_window_IME_end (wmWindow *win);
/* *************** window operators ************** */
int wm_window_close_exec(bContext *C, struct wmOperator *op);
int wm_window_fullscreen_toggle_exec(bContext *C, struct wmOperator *op);
-void wm_confirm_quit(bContext *C);
+void wm_quit_with_optional_confirmation_prompt(bContext *C, wmWindow *win) ATTR_NONNULL();
const struct EnumPropertyItem *wm_window_new_screen_itemf(
bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free);