Re: [PATCH weston] compositor-drm: Use view transform in cursor plane setup

2015-11-24 Thread Daniel Stone
Hi, On 23 November 2015 at 22:33, Derek Foreman wrote: > diff --git a/src/compositor-drm.c b/src/compositor-drm.c > index a84d869..d872dd0 100644 > --- a/src/compositor-drm.c > +++ b/src/compositor-drm.c > @@ -1095,6 +1095,8 @@ drm_output_prepare_cursor_view(struct drm_output > *output, >

[PATCH weston] compositor-drm: Use view transform in cursor plane setup

2015-11-23 Thread Derek Foreman
Make sure a view's transform is viable for a drm plane and then actually apply it before setting the cursor plane location. Now if a subsurface ends up in the cursor plane, the plane will be properly positioned. Signed-off-by: Derek Foreman --- src/compositor-drm.c | 7 --- 1 file changed,