Re: [PATCH] Fix XSPICE compile breakage introduced by fb038eb3.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxxx
> http://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: pgpSK3LyGERsw.pgp
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]