From: <ma...@co...> - 2005-05-25 21:20:01
|
Hi all, Could someone clarify the intent of the three different Context types: UNDECIDED, CHROMIUM, and NATIVE. I'm running into a situation where contexts (i.e. windows) aren't being deleted, because their type is UNDECIDED. The function stubDeleteContext in opengl_stub/context.c only takes action if the type is NATIVE or CHROMIUM, so contexts that are created under windows (wgl.c:wglCreateContext_prox) never get deleted. The result is that apps which create contexts just for the sake of querying capabilities end up spawning tens or hundreds of windows. Thanks as always, Jon Marbach Univesity of Colorado at Boulder BP Center for Visualization |