summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/screen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/screen.cpp b/client/screen.cpp
index e76fd50a..ce14edd1 100644
--- a/client/screen.cpp
+++ b/client/screen.cpp
@@ -357,7 +357,9 @@ inline void RedScreen::update_done()
}
layer->on_update_completion(_update_mark - 1);
}
+#ifdef USE_OPENGL
_window.swap_gl();
+#endif
}
inline void RedScreen::update_composit(QRegion& composit_rgn)