Thanks Craig, fix now merged and submitted to svn/trunk.
On Fri, Apr 22, 2011 at 10:06 PM, Craig S. Bosma <[email protected]> wrote: > Please find attached a fix for shared contexts on OS X, with the Cocoa > backend. The NSOpenGLContext* _context member of GraphicsHandleCocoa was > never set on successfully creation, so even if the dynamic_cast to > GraphicsHandleCocoa succeeds, we get a bogus (NULL) pointer on retrieving > the actual NSOpenGLContext* (line 1013). > This should fix the problem, as well as cause GraphicsWindowCocoa to report > the correct name "GraphicsWindowCarbon" -> "GraphicsWindowCocoa". > Craig > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
