Changeset 945 for trunk/source/visualization/OpenGL/include
- Timestamp:
- Mar 16, 2009, 6:36:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/OpenGL/include/G4OpenGLXViewer.hh
r915 r945 80 80 Colormap cmap; 81 81 XSetWindowAttributes swa; 82 GLXDrawable win;82 GLXDrawable fGLXWin; 83 83 GLXContext cx; 84 84 XEvent event; … … 98 98 char charViewName [100]; 99 99 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 100 104 private: 101 105 G4OpenGLXViewer (const G4OpenGLXViewer&);
Note:
See TracChangeset
for help on using the changeset viewer.
