Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4OpenGLXViewer.hh,v 1.23 2006/06/29 21:18:22 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4OpenGLXViewer.hh,v 1.26 2006/11/01 11:22:27 allison Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
//
// Andrew Walkden 7th February 1997
@@ -51,12 +51,13 @@ class G4OpenGLSceneHandler;
class G4OpenGLXViewer: virtual public G4OpenGLViewer {
friend class G4OpenGLXViewerMessenger;
public:
G4OpenGLXViewer (G4OpenGLSceneHandler& scene);
virtual ~G4OpenGLXViewer ();
void SetView ();
void ShowView ();
void FinishView ();
void print();
protected:
@@ -89,7 +90,7 @@ protected:
int inColour,
unsigned int width,
unsigned int height);
GLXContext create_GL_print_context (XVisualInfo*& pvi, G4bool& db);
GLXContext create_GL_print_context (XVisualInfo*& pvi);
XWindowAttributes xwa;
Display *dpy;