Ignore:
Timestamp:
Dec 3, 2008, 7:03:25 PM (16 years ago)
Author:
garnier
Message:

suppres des debug et modif des WinSize

File:
1 edited

Legend:

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

    r891 r897  
    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
    601   WinSize_x = (G4int) width;
    602   WinSize_y = (G4int) height;
     598  fWinSize_x = (unsigned int) width;
     599  fWinSize_y = (unsigned int) height;
    603600
    604601  win = XtWindow (glxarea);
     
    633630fpprint_top (0)
    634631{
    635   WinSize_x = 100;
    636   WinSize_y = 100;
    637  
    638632  GetXmConnection ();
    639633  if (fViewId < 0) return;
Note: See TracChangeset for help on using the changeset viewer.