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:
authorNathan Letwory <nathan@letworyinteractive.com>2008-01-15 21:54:38 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2008-01-15 21:54:38 +0300
commit6ce20f29686d0f17c5d00cad37cae268a2f52cf6 (patch)
treeb026622aeab38f3bcdaf37ad248171ad6c4d005b /source/blender/windowmanager/wm_window.h
parent34699061254dfd268135cd4abe2ebfcddd0e04ad (diff)
* add exit app with CTRLKEY+QKEY.
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 63fc0689cde..a9953725d80 100644
--- a/source/blender/windowmanager/wm_window.h
+++ b/source/blender/windowmanager/wm_window.h
@@ -54,6 +54,7 @@ wmWindow *wm_window_copy (bContext *C, wmWindow *winorig);
/* *************** window operators ************** */
int wm_window_duplicate_op (bContext *C, wmOperator *op);
int wm_window_fullscreen_toggle_op(bContext *C, wmOperator *op);
+int wm_exit_blender_op(bContext *C, wmOperator *op);
#endif /* WM_WINDOW_H */