On Tue, Aug 12, 2008 at 12:01 PM, 常辉 <[EMAIL PROTECTED]> wrote: > Hi, > > I'm updating an older applicaion from eq 0.3 to the svn version > besides some namespace changed, > I can't find eq::Window::getWGLWindowHandle() > then how to get a window's handler?
WGLWindowIF* osWindow = static_cast< WGLWindowIF* >( window->getOSWindow()); osWindow->getWGLWindowHandle() This only works if your OS window is a WGLWindow. The documentation for this change is pending, but will be there for the next developer release. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

