[Spice-devel] [spicec] Fix an overlooked x11 client case.
Marc-André Lureau
mlureau at redhat.com
Tue Oct 1 14:07:15 PDT 2013
ack
----- Original Message -----
> 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
>
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>
More information about the Spice-devel
mailing list