On 2018-02-23 10:08 PM, Adam Jackson wrote:
> Signed-off-by: Adam Jackson <[email protected]>

[...]

> diff --git a/render/picturestr.h b/render/picturestr.h
> index 33baef9bf..5d479f18e 100644
> --- a/render/picturestr.h
> +++ b/render/picturestr.h
> @@ -67,7 +67,7 @@ typedef struct pixman_transform PictTransform, 
> *PictTransformPtr;
>  
>  typedef struct _PictSolidFill {
>      unsigned int type;
> -    CARD32 color;
> +    xRenderColor color;
>  } PictSolidFill, *PictSolidFillPtr;
>  
>  typedef struct _PictGradientStop {
> 

xf86-video-ati's EXA code (and other drivers maybe?) needs to be adapted
for this. Do you have patches for that?


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to