Definition at line 193 of file OglWindow.h. References GetOGLWND(). Referenced by OglGui::ProgressBar::DisplayFunc(). 00194 { 00195 OGLWND *w = GetOGLWND(); 00196 return w->r0 != 0.0f || w->r1 != 0.0f || w->r2 != 0.0f || w->r3 != 0.0f; 00197 }
Here is the call graph for this function:
|