> > Hi Zach, > > On 4/11/07, Zach Deedler <[EMAIL PROTECTED]> wrote: > > I mean that the OSG window still has a border on it. I believe we > > have the menu bars thing figured out. > > This must be the window manager ignoring the request for no > window decoration. As far as I'm aware things are done in > pretty standard X11 ways that work on the vast majority of platforms. >
The last time I looked at setting window decorations each window manager has its own special way of doing this. Your code will need to find out what the window manager is and then set the appropriate structure. Look at Producer/src/RenderSurface_X11.cpp, or whatever osg is currently using to create X11 windows, and search for MOTIF. This should show you what you need to do. The Producer/osg default way of setting decorations works with KDE and GNOME. Apparently fvwm95 is different. I doubt any other osg user has tried to turn off decorations under fvwm95. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
