Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id$
|
||||
// $Id: G4OpenGL.hh 75567 2013-11-04 11:35:11Z gcosmo $
|
||||
//
|
||||
// G.Barrand.
|
||||
|
||||
@@ -56,13 +56,16 @@
|
||||
//# Do NOT include glx Here ! It has to be done, after all <Qxx...> includes
|
||||
//# include <GL/glx.h>
|
||||
|
||||
#ifdef G4VIS_BUILD_OPENGLWT_DRIVER
|
||||
#include <Wt/WGLWidget>
|
||||
#include <qgl.h>
|
||||
#endif
|
||||
#ifdef G4VIS_BUILD_OPENGLQT_DRIVER
|
||||
#ifdef G4VIS_BUILD_OPENGLWT_DRIVER
|
||||
# include <Wt/WGLWidget>
|
||||
# define G4OPENGL_VERSION_2 1
|
||||
// include all redefinitions of gl functions for Wt
|
||||
# include "G4OpenGLWtDrawer.hh"
|
||||
#endif
|
||||
#ifdef G4VIS_BUILD_OPENGLQT_DRIVER
|
||||
#ifndef G4VIS_BUILD_OPENGLX_DRIVER
|
||||
#ifdef __MACH__
|
||||
//# define G4OPENGL_VERSION_2 1
|
||||
#include <OpenGL/gl.h>
|
||||
#include <OpenGL/glu.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user