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