summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-16 11:43:38 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-11-16 17:25:48 +0100
commitb4b1bea816d3d0ee96153c26ad5b5fcc2dfe5972 (patch)
treea74a1cb66e59090a076ea01465a699111a7e8dbe /vcl
parent5d5ee7f226d64fb25dbdb817389edc01db86b5eb (diff)
Revert "make something visible on the screen again"
This reverts commit 6661fdab95b981843f6d8392769f32e7377eaaeb.
Diffstat (limited to 'vcl')
-rw-r--r--vcl/opengl/gdiimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index f8935b7eaae3..8532ba026e17 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -1502,7 +1502,7 @@ void OpenGLSalGraphicsImpl::endPaint()
if( mnPainting == 0 )
{
maContext.makeCurrent();
- maContext.swapBuffers();
+ glFlush();
}
}