HomeSort by: relevance | last modified time | path
    Searched defs:Minimize (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutWindow.cpp 466 gState.currentWindow->Window()->Minimize(false);
485 gState.currentWindow->Window()->Minimize(true);
620 void GlutBWindow::Minimize(bool minimize) {
621 bgl->visible = !minimize;
622 BWindow::Minimize(minimize);

Completed in 22 milliseconds