Re: [PATCH weston] compositor: allow using nested parent as a subsurface sibling

2016-11-22 Thread Daniel Stone
Hi Arnaud, On 8 June 2016 at 17:37, Arnaud Vrac wrote: > The parent of a subsurface can be used as a sibling in the place_below > and place_above calls. However this did not work when the parent is > nested, so fix the sibling check and add a test to check this case. It took a few reads over, bu

[PATCH weston] compositor: allow using nested parent as a subsurface sibling

2016-06-26 Thread Arnaud Vrac
The parent of a subsurface can be used as a sibling in the place_below and place_above calls. However this did not work when the parent is nested, so fix the sibling check and add a test to check this case. --- src/compositor.c| 28 ++-- tests/subsurface-test.c | 44