Ignore:
Timestamp:
Mar 16, 2009, 6:36:09 PM (17 years ago)
Author:
garnier
Message:

en test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/include/G4OpenGLXViewer.hh

    r915 r945  
    8080  Colormap                          cmap;
    8181  XSetWindowAttributes              swa;
    82   GLXDrawable                       win;
     82  GLXDrawable                       fGLXWin;
    8383  GLXContext                        cx;
    8484  XEvent                            event;
     
    9898  char                              charViewName [100];
    9999
     100  GLubyte* grabPixelsX (int inColor, unsigned int width, unsigned int height);
     101  int generateEPSX (const char* filnam,int inColour, unsigned int width,unsigned int height);
     102
     103
    100104private:
    101105  G4OpenGLXViewer (const G4OpenGLXViewer&);
Note: See TracChangeset for help on using the changeset viewer.