Skip to content

Fix Win32 & SDL2 OpenGLRenderWindow::GetPosition

Joachim Pouderoux requested to merge jpouderoux/vtk:FixWin32RWGetPosition into master

Previous implementation did not fetch the actual window position and used to return 0,0 instead. This commit fixes this.

Edited by Joachim Pouderoux

Merge request reports