[Spice-devel] [spicec] Fix an overlooked x11 client case.
Christophe Fergeau
cfergeau at redhat.com
Wed Oct 9 10:04:22 PDT 2013
I've just pushed this patch as I hit that issue.
Christophe
On Tue, Oct 01, 2013 at 04:00:30PM -0500, Jeremy White wrote:
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20131009/419a4460/attachment.pgp>
More information about the Spice-devel
mailing list