[Spice-commits] client/screen.cpp

Christophe Fergau teuf at kemper.freedesktop.org
Wed Oct 9 10:03:51 PDT 2013


 client/screen.cpp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b634009bf048ba147c4479bed70e418edbb5b57f
Author: Jeremy White <jwhite at codeweavers.com>
Date:   Tue Oct 1 16:00:30 2013 -0500

    Fix an overlooked x11 client case.
    
    Signed-off-by: Jeremy White <jwhite at codeweavers.com>

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)


More information about the Spice-commits mailing list