Changeset 9477
- Timestamp:
- 01/09/09 16:09:39 (20 months ago)
- Location:
- OpenSceneGraph/trunk/src/osgViewer
- Files:
-
- 2 modified
-
GraphicsWindowWin32.cpp (modified) (3 diffs)
-
PixelBufferWin32.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/GraphicsWindowWin32.cpp
r9363 r9477 1978 1978 break; 1979 1979 case RightArrowCursor: 1980 _mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_ARROW);1980 _mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_ARROW); 1981 1981 break; 1982 1982 case LeftArrowCursor: … … 2037 2037 _mouseCursorMap[mouseCursor] = LoadCursor( NULL, IDC_SIZENESW ); 2038 2038 break; 2039 default: 2040 break; 2039 2041 } 2040 2042 … … 2446 2448 static RegisterWindowingSystemInterfaceProxy createWindowingSystemInterfaceProxy; 2447 2449 2448 } ;// namespace OsgViewer2450 } // namespace OsgViewer 2449 2451 2450 2452 -
OpenSceneGraph/trunk/src/osgViewer/PixelBufferWin32.cpp
r9459 r9477 592 592 bAttribList.push_back(0); 593 593 594 HGLRC hglrc = 0;595 594 HDC hdc = 0; 596 595 int format;
