From Wojciech Lewandowski, "Attached are modifications to GraphicsWindowWin32. By default workaround is

set to off. But could be activated/decativated via CMake as well as system
environment variable. I also modified src\osgViewer\CMakeLists.txt to turn
off this workaround by default as suggested."
This commit is contained in:
Robert Osfield
2008-11-14 17:03:59 +00:00
parent 2a1f7f0f7a
commit 10b5f0d041
4 changed files with 49 additions and 36 deletions

View File

@@ -185,6 +185,7 @@ class OSGVIEWER_EXPORT GraphicsWindowWin32 : public osgViewer::GraphicsWindow
std::map<int, bool> _keyMap;
bool _applyWorkaroundForMultimonitorMultithreadNVidiaWin32Issues;
};
}