Reimplemented from OglGui::Window. Definition at line 192 of file VideoMinimap.h. References OglGui::Window::DisplayFunc(), DrawMinimap(), OglGui::OglWindow::mOglWnd, and mView. 00193 { 00194 static int counter = 1; 00195 static int color = 1; 00196 int w = mOglWnd->width; 00197 int h = mOglWnd->height; 00198 viewSys.SetDimensions(mView, 0, 0, w, h); 00199 00200 if (mView->im) 00201 viewSys.SetZoom(mView, w / (float) mView->im->w, 00202 h / (float) mView->im->h); 00203 00204 DrawMinimap(); 00205 00206 Window::DisplayFunc(); 00207 }
Here is the call graph for this function:
|