all repos — mgba @ 609a9c5aa0c52de980bb55c09fd24eb85fb064e5

mGBA Game Boy Advance Emulator

Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning
Jeffrey Pfau jeffrey@endrift.com
Sun, 05 Apr 2015 18:02:59 -0700
commit

609a9c5aa0c52de980bb55c09fd24eb85fb064e5

parent

190ace3003c48eb0baf298027feba8991348f5da

2 files changed, 1 insertions(+), 1 deletions(-)

jump to
M CHANGESCHANGES

@@ -8,6 +8,7 @@ - All: Fix sanitize-deb script not cleaning up after itself

- Qt: Fix Display object leak when closing a window - Qt: Fix .deb dependencies - GBA Audio: FIFOs should not poll DMAs that are not scheduled for audio + - Qt: Fix "QOpenGLContext::swapBuffers() called with non-exposed window" warning 0.2.0: (2015-04-03) Features:
M src/platform/qt/DisplayGL.cppsrc/platform/qt/DisplayGL.cpp

@@ -239,7 +239,6 @@

void Painter::initializeGL() { glClearColor(0, 0, 0, 0); glClear(GL_COLOR_BUFFER_BIT); - swapBuffers(); } void Painter::performDraw() {