Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 599 of file dglpf.c.
Referenced by dglExitDriver().
{ glb.nPixelFormatCount = 0; if (glb.lpPF) { free(glb.lpPF); glb.lpPF = NULL; } #ifndef _USE_GLD3_WGL glb.nZBufferPFCount = 0; if (glb.lpZBufferPF) { free(glb.lpZBufferPF); glb.lpZBufferPF = NULL; } glb.nDisplayModeCount = 0; if (glb.lpDisplayModes) { free(glb.lpDisplayModes); glb.lpDisplayModes = NULL; } #endif // _USE_GLD3_WGL }