[Spice-devel] [spicec] Fix an overlooked x11 client case.
Jeremy White
jwhite at codeweavers.com
Tue Oct 1 14:00:30 PDT 2013
Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
client/screen.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/client/screen.cpp b/client/screen.cpp
index e76fd50..ce14edd 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)
--
1.7.10.4
More information about the Spice-devel
mailing list