Changeset 10069
- Timestamp:
- 04/22/09 13:22:08 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/GraphicsWindowX11.cpp
r9363 r10069 527 527 _mouseCursorMap[mouseCursor] = XCreateFontCursor( display, XC_bottom_left_corner ); 528 528 break; 529 case HandCursor: 530 _mouseCursorMap[mouseCursor] = XCreateFontCursor( display, XC_hand1 ); 531 break; 529 532 530 533 case InheritCursor:
