Skip to content

Give vtkWin32OpenGLRenderWindow instance local storage

Changed the variables that stop a resize/reposition from occurring during another resize/reposition from static variables to class member variables. This means that if there are multiple threads, each with their own vtkWin32OpenGLRenderWindow, they will all be able to resize/reposition at the same time.

Edited by Harold Absalom

Merge request reports