- Timestamp:
- 01/09/09 16:09:39 (3 years ago)
- Files:
-
- 1 modified
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
