summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2013-10-01 16:00:30 -0500
committerChristophe Fergeau <cfergeau@redhat.com>2013-10-09 19:03:37 +0200
commitb634009bf048ba147c4479bed70e418edbb5b57f (patch)
tree99b4b080e91b806c517385a704c6edb7a65c013a /client
parent6e92dcbbba097fba74dce2bf7d3334a90562c8cf (diff)
downloadspice-b634009bf048ba147c4479bed70e418edbb5b57f.tar.gz
spice-b634009bf048ba147c4479bed70e418edbb5b57f.tar.xz
spice-b634009bf048ba147c4479bed70e418edbb5b57f.zip
Fix an overlooked x11 client case.
Signed-off-by: Jeremy White <jwhite@codeweavers.com>
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)