all repos — mgba @ 7ed38b0a6d07b8f90a6c420c5cfc01bf70c42fca

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

7ed38b0a6d07b8f90a6c420c5cfc01bf70c42fca

parent

630386e569c99cbac4b4fbf356f431e3b54f5e30

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

jump to
M CHANGESCHANGES

@@ -5,6 +5,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/Display.cppsrc/platform/qt/Display.cpp

@@ -129,7 +129,6 @@

void Display::initializeGL() { glClearColor(0, 0, 0, 0); glClear(GL_COLOR_BUFFER_BIT); - swapBuffers(); } void Display::resizeEvent(QResizeEvent* event) {