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>2019-02-20 01:43:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-20 01:43:29 +0300
commit63d77d6d27385579420595c4131c7f0fd61b3f69 (patch)
tree145cc76e1f5e5771ab41b8dcebd10e6df3a85ab0 /source/blender/windowmanager/intern/wm_operator_type.c
parente53676a5c7f1b58628afe37b648caa43f5c7a907 (diff)
Cleanup: rename wmEventHandler_* base -> head
Makes it more clear it's the header/start of the struct.
Diffstat (limited to 'source/blender/windowmanager/intern/wm_operator_type.c')
-rw-r--r--source/blender/windowmanager/intern/wm_operator_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_operator_type.c b/source/blender/windowmanager/intern/wm_operator_type.c
index 860e0bc6288..76586ee2a0b 100644
--- a/source/blender/windowmanager/intern/wm_operator_type.c
+++ b/source/blender/windowmanager/intern/wm_operator_type.c
@@ -414,7 +414,7 @@ static int wm_macro_modal(bContext *C, wmOperator *op, const wmEvent *event)
handler = BLI_findptr(&win->modalhandlers, op, offsetof(wmEventHandler_Op, op));
if (handler) {
BLI_remlink(&win->modalhandlers, handler);
- wm_event_free_handler(&handler->base);
+ wm_event_free_handler(&handler->head);
}
/* if operator is blocking, grab cursor