diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-08-28 08:03:59 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-08-28 08:03:59 +0100 |
commit | a7f07e4dfe0acdec7386d28b23e65a5c0efa9d80 (patch) | |
tree | 4abcc8f76ea66fb767d465535c7795cd2c031288 /vcl/osx/salframe.cxx | |
parent | 87c33ab18f747fdfeb56079e723982e11fd97c5f (diff) |
Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."
This reverts commit e16e64dd862c8f386f80de43ad68e831e169d49d.
I somehow forgot that glFlush is context specific, (gl always gets
me that way).
Diffstat (limited to 'vcl/osx/salframe.cxx')
-rw-r--r-- | vcl/osx/salframe.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx index 8f5fbfd726a4..3882c4023824 100644 --- a/vcl/osx/salframe.cxx +++ b/vcl/osx/salframe.cxx @@ -28,7 +28,6 @@ #include "vcl/window.hxx" #include "vcl/syswin.hxx" #include <vcl/settings.hxx> -#include <vcl/opengl/OpenGLHelper.hxx> #include "osx/saldata.hxx" #include "quartz/salgdi.h" @@ -39,7 +38,6 @@ #include "osx/a11yfactory.h" #include "quartz/utils.h" - #include "salwtype.hxx" #include "premac.h" @@ -883,7 +881,6 @@ void AquaSalFrame::Flush() { [mpNSView display]; } - OpenGLHelper::flush(); } void AquaSalFrame::Flush( const Rectangle& rRect ) @@ -905,7 +902,6 @@ void AquaSalFrame::Flush( const Rectangle& rRect ) { [mpNSView display]; } - OpenGLHelper::flush(); } void AquaSalFrame::Sync() @@ -918,7 +914,6 @@ void AquaSalFrame::Sync() [mpNSView setNeedsDisplay: YES]; [mpNSView display]; } - OpenGLHelper::flush(); } void AquaSalFrame::SetInputContext( SalInputContext* pContext ) |