[Bf-blender-cvs] [95d786f598b] gsoc-2018-many-light-sampling: blenderplayer: add stubs

Campbell Barton noreply at git.blender.org
Fri Jun 1 16:17:13 CEST 2018


Commit: 95d786f598b8f660c3a9544e6fef7b6a1c56360b
Author: Campbell Barton
Date:   Tue May 22 17:56:56 2018 +0200
Branches: gsoc-2018-many-light-sampling
https://developer.blender.org/rB95d786f598b8f660c3a9544e6fef7b6a1c56360b

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