Changeset 10148
- Timestamp:
- 05/07/09 15:18:35 (4 years ago)
- Location:
- OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osgViewer
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
GraphicsWindowWin32.cpp (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osgViewer
- Property svn:mergeinfo set to /OpenSceneGraph/trunk/src/osgViewer:10147
-
OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osgViewer/GraphicsWindowWin32.cpp
- Property svn:mergeinfo changed from /OpenSceneGraph/trunk/src/osgViewer/GraphicsWindowWin32.cpp:9824 to /OpenSceneGraph/trunk/src/osgViewer/GraphicsWindowWin32.cpp:9824,10147
r9825 r10148 1783 1783 { 1784 1784 if (!_realized) return; 1785 if (!::SwapBuffers(_hdc) )1785 if (!::SwapBuffers(_hdc) && ::GetLastError() != 0) 1786 1786 { 1787 1787 reportErrorForScreen("GraphicsWindowWin32::swapBuffersImplementation() - Unable to swap display buffers", _traits->screenNum, ::GetLastError());
