Reimplemented in OglGui::SixView2DWindow, and OglGui::Window. Definition at line 360 of file OglWindow.h. References mOglWnd, and mOldUserCFunctions. Referenced by GlueViewportFunc(), and OglGui::Window::ViewportFunc(). 00361 { 00362 if (mOldUserCFunctions.viewportFunc) 00363 mOldUserCFunctions.viewportFunc(mOglWnd, width, height); 00364 }
|