summaryrefslogtreecommitdiff
path: root/vcl/win
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-01-17 02:38:37 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-01-17 02:39:17 +0100
commit5c99a17037b807f7728ed8c677559c3032b9500c (patch)
tree323fd62b6cfd792aa579252a01105e4189df7bb9 /vcl/win
parentd20092259c7ea63885a539f911788715f8147ee9 (diff)
forgot the Win and OSX backend
Change-Id: I1aa12c89cbddd83febac733f68904cda6b91f0a9
Diffstat (limited to 'vcl/win')
-rw-r--r--vcl/win/source/app/salinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index 1154ac1caa6d..961003434e51 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -149,7 +149,7 @@ void SalYieldMutex::release()
{
if ( mnCount == 1 )
{
- OpenGLContext::resetAllContexts();
+ OpenGLContext::clearCurrent();
// If we don't call these message, the Output from the
// Java clients doesn't come in the right order