Jean-Sébastien Guay schrieb: > Assuming the same thing is possible for X and/or MacOS, would it be > possible to expose this method in > osg::GraphicsContext::WindowingSystemInterface? It would then be > possible to get osgViewer to support screen arrangements other than a > basic horizontal linear setup, plus it would be nice for applications to > use as well :-) I am using a similar mechanism for the OS X implementation of GraphicsWindow. GraphicsWindowCarbon::realize gets the delta form the WindowingInterface for a given screenIdentifier, so the window gets positioned on the right screen.
One functionality is missing right now: if you move a window from one screen to another, the screen-identifier gets not updated, so if you go fullscreen, the window gets expanded on the wrong screen. If there's a proposal for the new method I can code the stuff for OS X. cheers, Stephan _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

