commit | b8c16c995b02ca797a5ea7625756e6debe91220b | [log] [tgz] |
---|---|---|
author | Arnaud Vrac <avrac@freebox.fr> | Wed Jun 08 18:37:57 2016 +0200 |
committer | Daniel Stone <daniels@collabora.com> | Tue Nov 22 12:39:11 2016 +0000 |
tree | 92ef7b695752910acc9347f4e5dd4884199dad5a | |
parent | 11f8fcbefeb89336dba6ec4ea68d100212bd26e4 [diff] |
compositor: allow using nested parent as a subsurface sibling 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. Signed-off-by: Daniel Stone <daniels@collabora.com>