Changeset 13130 for OpenSceneGraph/trunk/include/osg/GraphicsContext
- Timestamp:
- 05/16/13 17:52:29 (3 days ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osg/GraphicsContext (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osg/GraphicsContext
r13041 r13130 129 129 130 130 // shared context 131 GraphicsContext*sharedContext;131 osg::observer_ptr<GraphicsContext> sharedContext; 132 132 133 133 osg::ref_ptr<osg::Referenced> inheritedWindowData;
