From 5c99a17037b807f7728ed8c677559c3032b9500c Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sat, 17 Jan 2015 02:38:37 +0100 Subject: forgot the Win and OSX backend Change-Id: I1aa12c89cbddd83febac733f68904cda6b91f0a9 --- vcl/osx/salinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/osx') diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index f89917be0601..a531dbd82e7c 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -271,7 +271,7 @@ void SalYieldMutex::release() { if ( mnCount == 1 ) { - OpenGLContext::resetAllContexts(); + // TODO: add OpenGLContext::clearCurrent with vcl OpenGL support mnThreadId = 0; } mnCount--; -- cgit