[d3109a1] master: BPlayer compile fix ©

Bastien Montagne noreply at git.blender.org
Wed Jul 1 12:34:55 CEST 2015


Commit: d3109a193732e0020e66cdc0582cdf3d9be1d398
Author: Bastien Montagne
Date:   Wed Jul 1 12:34:04 2015 +0200
Branches: master
https://developer.blender.org/rBd3109a193732e0020e66cdc0582cdf3d9be1d398

BPlayer compile fix ©

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

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 74f58d4..9c4a331 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -308,6 +308,8 @@ void WM_cursor_modal_restore(struct wmWindow *win) RET_NONE
 void WM_cursor_time(struct wmWindow *win, int nr) RET_NONE
 void WM_cursor_warp(struct wmWindow *win, int x, int y) RET_NONE
 
+void WM_ndof_deadzone_set(float deadzone) RET_NONE
+
 void                WM_uilisttype_init(void) RET_NONE
 struct uiListType  *WM_uilisttype_find(const char *idname, bool quiet) RET_NULL
 bool                WM_uilisttype_add(struct uiListType *ult) RET_ZERO




More information about the Bf-blender-cvs mailing list