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>2018-05-22 18:56:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-22 18:56:56 +0300
commit3ada840e65fd91564a2f2f832e815416234aa4e7 (patch)
treecb037575fcde1d6328b31de2942bb962aab7a1e4
parent76ece90d4a441a366614ef3dec6575f9b687384c (diff)
blenderplayer: add stubs
-rw-r--r--source/blenderplayer/bad_level_call_stubs/stubs.c6
1 files changed, 6 insertions, 0 deletions
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