[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11110] branches/soc-2007-maike/source/ blender/include: include change for GLEW integration

Miguel Torres Lima torreslima at gmail.com
Thu Jun 28 19:30:57 CEST 2007


Revision: 11110
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11110
Author:   maike
Date:     2007-06-28 19:30:57 +0200 (Thu, 28 Jun 2007)

Log Message:
-----------
include change for GLEW integration

Modified Paths:
--------------
    branches/soc-2007-maike/source/blender/include/BIF_gl.h
    branches/soc-2007-maike/source/blender/include/BIF_screen.h

Modified: branches/soc-2007-maike/source/blender/include/BIF_gl.h
===================================================================
--- branches/soc-2007-maike/source/blender/include/BIF_gl.h	2007-06-28 17:29:15 UTC (rev 11109)
+++ branches/soc-2007-maike/source/blender/include/BIF_gl.h	2007-06-28 17:30:57 UTC (rev 11110)
@@ -53,11 +53,9 @@
 #endif
 
 #ifdef __APPLE__
-#include <OpenGL/gl.h>
-#include <OpenGL/glu.h>
+#include <GL/glew.h>
 #else
-#include <GL/gl.h>
-#include <GL/glu.h>
+#include <GL/glew.h>
 #endif
 	/*
 	 * these should be phased out. cpack should be replaced in

Modified: branches/soc-2007-maike/source/blender/include/BIF_screen.h
===================================================================
--- branches/soc-2007-maike/source/blender/include/BIF_screen.h	2007-06-28 17:29:15 UTC (rev 11109)
+++ branches/soc-2007-maike/source/blender/include/BIF_screen.h	2007-06-28 17:30:57 UTC (rev 11110)
@@ -133,5 +133,7 @@
 }
 #endif
 
+void glsl_welcome_msg(void);
+
 #endif /* BIF_SCREEN_H */
 





More information about the Bf-blender-cvs mailing list