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-21 18:27:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-21 18:27:48 +0300
commit69eb452622e9af340f14b7116d59e450c3b6c745 (patch)
treebe5dd24893507bbba968d3114da06de60e9e83eb /source/blender/windowmanager/wm_window.h
parent3ea8710b9daaed9bbf160c8b7895f2d6fdb0337c (diff)
parent5ba5254ec1ebba6c1e89b663592d716b92e13165 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/windowmanager/wm_window.h')
-rw-r--r--source/blender/windowmanager/wm_window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/wm_window.h b/source/blender/windowmanager/wm_window.h
index 652cefb1a54..75595eb8817 100644
--- a/source/blender/windowmanager/wm_window.h
+++ b/source/blender/windowmanager/wm_window.h
@@ -82,6 +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);
const struct EnumPropertyItem *wm_window_new_screen_itemf(
bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free);