Added release() to all GraphicsOperations in GraphicsThread.

This commit is contained in:
Robert Osfield
2005-09-03 20:54:32 +00:00
parent 2ea5d71d82
commit 6391691be6
2 changed files with 15 additions and 0 deletions

View File

@@ -149,6 +149,8 @@ GraphicsContextImplementation::GraphicsContextImplementation(Traits* traits)
//_rs->realize();
}
// _rs->useConfigEventThread(false);
_closeOnDestruction = true;
}