Definition at line 170 of file View.h. References OglGui::View::GetImage(), and SetUpdateOglImage(). Referenced by SetUpdateOglImage(). 00171 { 00172 OGLIMAGE* oglIm = GetImage(); 00173 // RvB: 3-2-2009 mem leak 00174 ReleaseOglImage(oglIm); 00175 if (!oglIm) 00176 return; 00177 oglIm->changed = 1; 00178 }
Here is the call graph for this function:
|