Definition at line 67 of file Sys.h. References CreateThreadWndList(), mNrWnd, mNrWndMax, mThreadWndList, and OGLStart(). Referenced by Impala::Visualization::Window::HandleStart(), and OglGui::OglWindow::Start(). 00068 { 00069 OGLStart(oglWnd); 00070 if (mThreadWndList) 00071 S_FreeList(mThreadWndList, NULL); 00072 mThreadWndList = CreateThreadWndList(&mNrWnd); 00073 mNrWndMax = mNrWnd; 00074 }
Here is the call graph for this function:
|