Definition at line 61 of file OglWindow.h. References mIsDestructing, mIsExiting, and mOglWnd. 00062 { 00063 #ifdef DESTRUCT_VERBOSE 00064 printf("virtual OglGui::OglWindow destructor %d\n", mOglWnd); 00065 #endif 00066 mIsDestructing = true; 00067 if (!mIsExiting && mOglWnd) 00068 oglSys.ExitWindow(mOglWnd, 1); 00069 }
|