On 22/08/16 08:13 PM, Qiang Yu wrote:
> Signed-off-by: Qiang Yu <qiang...@amd.com>
> ---
>  src/amdgpu_dri2.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/amdgpu_dri2.c b/src/amdgpu_dri2.c
> index 03e3a0b..de701c2 100644
> --- a/src/amdgpu_dri2.c
> +++ b/src/amdgpu_dri2.c
> @@ -665,7 +665,7 @@ amdgpu_dri2_exchange_buffers(DrawablePtr draw, 
> DRI2BufferPtr front,
>  
>       region.extents.x1 = region.extents.y1 = 0;
>       region.extents.x2 = front_priv->pixmap->drawable.width;
> -     region.extents.y2 = front_priv->pixmap->drawable.width;
> +     region.extents.y2 = front_priv->pixmap->drawable.height;
>       region.data = NULL;
>       DamageRegionAppend(&front_priv->pixmap->drawable, &region);
>  
> 

Reviewed and pushed, thanks!


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to