Ignore:
Timestamp:
Nov 25, 2008, 5:28:38 PM (16 years ago)
Author:
garnier
Message:

pre-tag revision and some improvments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/src/G4OpenGLXmViewer.cc

    r850 r891  
    596596  Dimension width, height;
    597597  XtVaGetValues (glxarea,XmNwidth,&width,XmNheight,&height,NULL);
     598#ifdef G4DEBUG
     599  printf("CreateWindow Size:%d - %d \n",width,height);
     600#endif
    598601  WinSize_x = (G4int) width;
    599602  WinSize_y = (G4int) height;
Note: See TracChangeset for help on using the changeset viewer.