Thanks Stephan, fixes now merged and submitted to svn/trunk.
On Thu, Jun 11, 2009 at 5:08 PM, Stephan Maximilian Huber<[email protected]> wrote: > Hi Robert, > > here are some small fixes/enahncements for the cocoa backend to allow > proper functioning when running the osgViewer run-loop in a secondary > thread (e.g. when embedding GraphicsWindowCocoa-windows in a full blown > cocoa application). > > OS X is picky when you want to change the user-interface from another > thread than the main thread, not all UI stuff is thread-safe. So now > window closes and showing / hiding the menu bar is done in the main > thread via Cocoa's performSelectorOnMainThread-mechanism. > > These changes don't affect the normal osgViewer usage pattern. > > cheers, > Stephan > > _______________________________________________ > 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
