[Spice-devel] [PATCH] Fix XSPICE compile breakage introduced by fb038eb3.
Christophe Fergeau
cfergeau at redhat.com
Fri Sep 28 10:50:21 PDT 2012
ACK
On Thu, Sep 13, 2012 at 09:50:04AM -0500, Jeremy White wrote:
> ---
> src/qxl_driver.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/src/qxl_driver.c b/src/qxl_driver.c
> index 04a9aa8..dbb8ceb 100644
> --- a/src/qxl_driver.c
> +++ b/src/qxl_driver.c
> @@ -1386,7 +1386,9 @@ static Bool
> qxl_has_composite (qxl_screen_t *qxl)
> {
> return
> +#ifndef XSPICE
> qxl->pci->revision >= 4 &&
> +#endif
> QXL_HAS_CAP (qxl, SPICE_DISPLAY_CAP_COMPOSITE);
> }
>
> @@ -1394,7 +1396,9 @@ static Bool
> qxl_has_a8_surfaces (qxl_screen_t *qxl)
> {
> return
> +#ifndef XSPICE
> qxl->pci->revision >= 4 &&
> +#endif
> QXL_HAS_CAP (qxl, SPICE_DISPLAY_CAP_A8_SURFACE);
> }
>
> --
> 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/20120928/bf28a71e/attachment-0001.pgp>
More information about the Spice-devel
mailing list