Revision: 7170
http://playerstage.svn.sourceforge.net/playerstage/?rev=7170&view=rev
Author: rtv
Date: 2008-11-25 22:47:00 +0000 (Tue, 25 Nov 2008)
Log Message:
-----------
fixed header file bug
Modified Paths:
--------------
code/stage/trunk/libstage/canvas.cc
code/stage/trunk/libstage/stage.hh
Modified: code/stage/trunk/libstage/canvas.cc
===================================================================
--- code/stage/trunk/libstage/canvas.cc 2008-11-25 19:18:23 UTC (rev 7169)
+++ code/stage/trunk/libstage/canvas.cc 2008-11-25 22:47:00 UTC (rev 7170)
@@ -17,7 +17,6 @@
//#include <map>
#include <sstream>
#include <png.h>
-#include <GLUT/glut.h>
#include "file_manager.hh"
#include "options_dlg.hh"
Modified: code/stage/trunk/libstage/stage.hh
===================================================================
--- code/stage/trunk/libstage/stage.hh 2008-11-25 19:18:23 UTC (rev 7169)
+++ code/stage/trunk/libstage/stage.hh 2008-11-25 22:47:00 UTC (rev 7170)
@@ -61,8 +61,10 @@
// except GLU for some reason
#ifdef __APPLE__
#include <OpenGL/glu.h>
+#include <GLUT/glut.h>
#else
#include <GL/glu.h>
+#include <GL/glut.h>
#endif
#include "option.hh"
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit