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>2011-02-22 05:42:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-22 05:42:19 +0300
commit36618a099673a4d6b8552a67d469a223153f55a1 (patch)
treee39e106216c75ccb23633fa01f10c89ee25b2d7d /source/blender/editors/include/ED_util.h
parentb5e3d2a2eaec5ac20c959538a9c161b25e2087a7 (diff)
operator ED_OT_undo_push, needed for editmode undo/redo glitch fix, (coming next).
Diffstat (limited to 'source/blender/editors/include/ED_util.h')
-rw-r--r--source/blender/editors/include/ED_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_util.h b/source/blender/editors/include/ED_util.h
index 6943772e6ff..77b754519fb 100644
--- a/source/blender/editors/include/ED_util.h
+++ b/source/blender/editors/include/ED_util.h
@@ -57,6 +57,7 @@ void ED_undo_pop_op (struct bContext *C, struct wmOperator *op);
void ED_undo_pop (struct bContext *C);
void ED_undo_redo (struct bContext *C);
void ED_OT_undo (struct wmOperatorType *ot);
+void ED_OT_undo_push (struct wmOperatorType *ot);
void ED_OT_redo (struct wmOperatorType *ot);
int ED_undo_operator_repeat(struct bContext *C, struct wmOperator *op);