Update of /cvsroot/playerstage/code/stage/libstage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20829

Modified Files:
        stage.hh 
Log Message:
works on linux and OS X

Index: stage.hh
===================================================================
RCS file: /cvsroot/playerstage/code/stage/libstage/stage.hh,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** stage.hh    19 Jan 2008 01:19:40 -0000      1.3
--- stage.hh    19 Jan 2008 01:41:14 -0000      1.4
***************
*** 68,80 ****
  #include <FL/Fl_Value_Slider.H>
  #include <FL/Fl_Window.H>
  #include <FL/fl_draw.H>
  #include <FL/gl.h> // FLTK takes care of platform-specific GL stuff
  #include <FL/glut.h>
  //#include <FL/glu.h>
! //#ifdef __APPLE __
! //#include <OpenGL/glu.h>
! //#else
  #include <GL/glu.h>
! //#endif 
  
  /** The Stage library uses its own namespace */
--- 68,85 ----
  #include <FL/Fl_Value_Slider.H>
  #include <FL/Fl_Window.H>
+ #include <FL/Fl_Box.H>
  #include <FL/fl_draw.H>
  #include <FL/gl.h> // FLTK takes care of platform-specific GL stuff
+ #include <FL/glut.H>
  #include <FL/glut.h>
+ 
  //#include <FL/glu.h>
! 
! #ifdef __APPLE__
! #include <OpenGL/glu.h>
! #else
  #include <GL/glu.h>
! #endif 
! 
  
  /** The Stage library uses its own namespace */


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to