From 6976866d5ada2bd25216c84cb6f6f6fa2aa7aea5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 5 Dec 2013 17:26:03 +1100 Subject: User Interface: Ctrl+C over a menu copies the py command also use bools rather then ints --- source/blender/windowmanager/intern/wm_init_exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/intern/wm_init_exit.c') diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c index 63aa3ce6811..8b43a6af606 100644 --- a/source/blender/windowmanager/intern/wm_init_exit.c +++ b/source/blender/windowmanager/intern/wm_init_exit.c @@ -382,7 +382,7 @@ static void wait_for_console_key(void) /* called in creator.c even... tsk, split this! */ /* note, doesnt run exit() call WM_exit() for that */ -void WM_exit_ext(bContext *C, const short do_python) +void WM_exit_ext(bContext *C, const bool do_python) { wmWindowManager *wm = C ? CTX_wm_manager(C) : NULL; -- cgit v1.2.3