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>2017-08-25 13:45:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-25 13:45:16 +0300
commitf8f6f8f26eaad3b6d89a57df70114cd4fa40dc79 (patch)
tree9d4abbf6f45f1383dcdba41c28f14967da848385 /source/blender/windowmanager/wm_event_system.h
parent0e29a97813d2a2df77afe64d49d1683687ed37ab (diff)
parent16377abda8adb6444e888d1144d9225fa6415e65 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/windowmanager/wm_event_system.h')
-rw-r--r--source/blender/windowmanager/wm_event_system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/windowmanager/wm_event_system.h b/source/blender/windowmanager/wm_event_system.h
index abab7c55f44..af72a1542f2 100644
--- a/source/blender/windowmanager/wm_event_system.h
+++ b/source/blender/windowmanager/wm_event_system.h
@@ -88,7 +88,8 @@ void wm_event_do_handlers (bContext *C);
void wm_event_add_ghostevent (wmWindowManager *wm, wmWindow *win, int type, int time, void *customdata);
-void wm_event_do_notifiers (bContext *C);
+void wm_event_do_refresh_wm_and_depsgraph(bContext *C);
+void wm_event_do_notifiers(bContext *C);
/* wm_keymap.c */