[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54178] branches/soc-2008-mxcurioni/source /blenderplayer/bad_level_call_stubs/stubs.c: Fix build with blender player.

Bastien Montagne montagne29 at wanadoo.fr
Tue Jan 29 08:21:15 CET 2013


Revision: 54178
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54178
Author:   mont29
Date:     2013-01-29 07:21:10 +0000 (Tue, 29 Jan 2013)
Log Message:
-----------
Fix build with blender player.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blenderplayer/bad_level_call_stubs/stubs.c

Modified: branches/soc-2008-mxcurioni/source/blenderplayer/bad_level_call_stubs/stubs.c
===================================================================
--- branches/soc-2008-mxcurioni/source/blenderplayer/bad_level_call_stubs/stubs.c	2013-01-29 05:30:39 UTC (rev 54177)
+++ branches/soc-2008-mxcurioni/source/blenderplayer/bad_level_call_stubs/stubs.c	2013-01-29 07:21:10 UTC (rev 54178)
@@ -540,8 +540,9 @@
 
 #ifdef WITH_FREESTYLE
 /* Freestyle */
-void FRS_add_freestyle_config(struct SceneRenderLayer* srl) {}
-void FRS_free_freestyle_config(struct SceneRenderLayer* srl) {}
+void FRS_init_freestyle_config(struct FreestyleConfig *config) {}
+void FRS_free_freestyle_config(struct FreestyleConfig *config) {} 
+void FRS_copy_freestyle_config(struct FreestyleConfig *new_config, struct FreestyleConfig *config) {}
 struct FreestyleLineSet *FRS_get_active_lineset(struct FreestyleConfig *config) { return NULL; }
 short FRS_get_active_lineset_index(struct FreestyleConfig *config) { return 0; }
 void FRS_set_active_lineset_index(struct FreestyleConfig *config, short index) {}




More information about the Bf-blender-cvs mailing list