[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11256] branches/soc-2007-maike/source/ blender/src/playanim.c: Again more Mac bugfixes

Miguel Torres Lima torreslima at gmail.com
Thu Jul 12 20:35:13 CEST 2007


Revision: 11256
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11256
Author:   maike
Date:     2007-07-12 20:35:12 +0200 (Thu, 12 Jul 2007)

Log Message:
-----------
Again more Mac bugfixes

Modified Paths:
--------------
    branches/soc-2007-maike/source/blender/src/playanim.c

Modified: branches/soc-2007-maike/source/blender/src/playanim.c
===================================================================
--- branches/soc-2007-maike/source/blender/src/playanim.c	2007-07-12 18:29:36 UTC (rev 11255)
+++ branches/soc-2007-maike/source/blender/src/playanim.c	2007-07-12 18:35:12 UTC (rev 11256)
@@ -39,6 +39,8 @@
 #include <config.h>
 #endif
 
+#include "BIF_gl.h"
+
 #ifndef WIN32
 #include <unistd.h>
 #include <sys/times.h>
@@ -73,7 +75,7 @@
 #include "BKE_global.h"
 #include "BKE_utildefines.h"
 
-#include "BIF_gl.h"
+
 #include "BIF_glutil.h"
 #include "BIF_screen.h"
 #include "BIF_mywindow.h"





More information about the Bf-blender-cvs mailing list