Reimplemented from OglGui::Window. Definition at line 63 of file Menus.h. References OglGui::Window::InitDisplayFunc(), mOglTopWnd, and OglGui::OglWindow::mOglWnd. 00064 { 00065 oglSys.SetDimensions(mOglWnd,0,0,mOglTopWnd->width,mOglTopWnd->height); 00066 Window::InitDisplayFunc(); 00067 }
Here is the call graph for this function:
|