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>2009-10-10 16:29:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-10 16:29:11 +0400
commit85ebea5838f9bb4bb65354215a87cba8f812425c (patch)
tree62a2119d0a200fd51ebf11715dd31bee5d405396 /source/blender/windowmanager/WM_api.h
parent562184862920f872baa386f9461eb114109a8cdc (diff)
When in localview, MKey moves objects out of localview, added redraw notifiers
Diffstat (limited to 'source/blender/windowmanager/WM_api.h')
-rw-r--r--source/blender/windowmanager/WM_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/windowmanager/WM_api.h b/source/blender/windowmanager/WM_api.h
index eaf8b00163c..44e404524f5 100644
--- a/source/blender/windowmanager/WM_api.h
+++ b/source/blender/windowmanager/WM_api.h
@@ -158,6 +158,8 @@ int WM_operator_winactive (struct bContext *C);
int WM_operator_props_popup (struct bContext *C, struct wmOperator *op, struct wmEvent *event);
int WM_operator_redo_popup (struct bContext *C, struct wmOperator *op);
+int WM_operator_confirm_message(struct bContext *C, struct wmOperator *op, char *message);
+
/* operator api */
void WM_operator_free (struct wmOperator *op);
void WM_operator_stack_clear(struct bContext *C);