Hi,

For info: this can be achieved using...

osgViewer::ViewerBase::Windows windows;
viewer.getWindow(windows);
windows[0]->setWindowDecoration(false);

But this also prevents the window being moved - not ideal. 

John

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=45508#45508





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to