Title: Xlib and Fullscreen

In our project, we would like to be able to create an Xlib window first, then create the render surface on top of that, without losing the ability to trigger fullscreen mode in XWindows. Right now, we can create a window by XCreateSimpleWindow and get the rendersurface to expand with window resize, but only when it is realized before the viewer is realized. This causes two warnings as well, since the viewer's realize tries to realize the rendersurface again. We are using viewer with standard settings, the 's' brings up stats, but 'f' does nothing. Also rs->fullscreen(true); has no effect in our code. I might be able to post the code I am using, but am reluctant to do so at this time. Any advice that you may have to offer, no matter how general, would be greatly appreciated. Thanks much!

Sincerely,
John Argentieri

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to