[Bf-blender-cvs] [3ada840e65f] master: blenderplayer: add stubs

Campbell Barton noreply at git.blender.org
Tue May 22 17:57:14 CEST 2018


Commit: 3ada840e65fd91564a2f2f832e815416234aa4e7
Author: Campbell Barton
Date:   Tue May 22 17:56:56 2018 +0200
Branches: master
https://developer.blender.org/rB3ada840e65fd91564a2f2f832e815416234aa4e7

blenderplayer: add stubs

===================================================================

M	source/blenderplayer/bad_level_call_stubs/stubs.c

===================================================================

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 054ca1385f0..793546d313d 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -348,6 +348,12 @@ void                WM_uilisttype_freelink(struct uiListType *ult) RET_NONE
 void                WM_uilisttype_free(void) RET_NONE
 
 struct wmKeyMapItem *WM_keymap_item_find_id(struct wmKeyMap *keymap, int id) RET_NULL
+struct wmKeyMapItem *WM_key_event_operator(
+        const struct bContext *C, const char *opname, int opcontext,
+        struct IDProperty *properties, const bool is_hotkey,
+        struct wmKeyMap **r_keymap) RET_NULL
+void WM_keyconfig_update(struct wmWindowManager *wm) RET_NONE
+
 int WM_enum_search_invoke(struct bContext *C, struct wmOperator *op, const struct wmEvent *event) RET_ZERO
 void WM_event_add_notifier(const struct bContext *C, unsigned int type, void *reference) RET_NONE
 void WM_main_add_notifier(unsigned int type, void *reference) RET_NONE



More information about the Bf-blender-cvs mailing list