[Bf-blender-cvs] [091f13a] master: Fix blenderplayer build.

Bastien Montagne noreply at git.blender.org
Thu May 1 09:36:40 CEST 2014


Commit: 091f13a6185a8b41a40e22e1f81bc496335440c1
Author: Bastien Montagne
Date:   Thu May 1 09:35:32 2014 +0200
https://developer.blender.org/rB091f13a6185a8b41a40e22e1f81bc496335440c1

Fix blenderplayer build.

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

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 9068101..943ecf4 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -310,6 +310,7 @@ void ED_area_headerprint(struct ScrArea *sa, const char *str) RET_NONE
 void UI_view2d_region_to_view(struct View2D *v2d, float x, float y, float *viewx, float *viewy) RET_NONE
 bool UI_view2d_view_to_region_clip(struct View2D *v2d, float x, float y, int *regionx, int *regiony) RET_ZERO
 void UI_view2d_view_to_region(struct View2D *v2d, float x, float y, int *regionx, int *region_y) RET_NONE
+void UI_view2d_sync(struct bScreen *screen, struct ScrArea *sa, struct View2D *v2dcur, int flag) RET_NONE
 
 struct EditBone *ED_armature_bone_get_mirrored(const struct ListBase *edbo, EditBone *ebo) RET_NULL
 struct EditBone *ED_armature_edit_bone_add(struct bArmature *arm, const char *name) RET_NULL




More information about the Bf-blender-cvs mailing list