<div dir="ltr">I'm not sure, but I find it very useful for a video player. The video is stacked under the OSD and to be able to use hardware planes, the only viable option with wayland is to have a surface for the OSD and a subsurface for the video which is stacked under.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 16, 2015 at 5:02 PM, Jasper St. Pierre <span dir="ltr"><<a href="mailto:jstpierre@mecheye.net" target="_blank">jstpierre@mecheye.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I was not aware you could stack subsurfaces under a parent surface at<br>
all. Is this intended protocol behavior? The fact that you might be<br>
able to do that at all in Weston might be a bug.<br>
<div><div class="h5"><br>
On Tue, Jun 16, 2015 at 7:46 AM, Arnaud Vrac <<a href="mailto:rawoul@gmail.com">rawoul@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I'm wondering if a behaviour of weston related to subsurfaces is either a<br>
> bug or intended. The protocol description is not clear on what happens in<br>
> the following cases:<br>
><br>
> Suppose I have a shell surface (BLUE) and two subsurfaces (RED, GREEN). I<br>
> want to stack them to I get RED, GREEN, BLUE from bottom to top.<br>
><br>
> If I do:<br>
><br>
> wl_subsurface_place_below(GREEN->subsurface, BLUE->surface);<br>
> wl_subsurface_place_below(RED->subsurface, GREEN->surface);<br>
><br>
> It works, but if I do:<br>
><br>
> wl_subsurface_place_below(RED->subsurface, GREEN->surface);<br>
> wl_subsurface_place_below(GREEN->subsurface, BLUE->surface);<br>
><br>
> The order is GREEN, RED, BLUE instead.<br>
><br>
> Logically the sibling relative order should be kept in the second case, but<br>
> it's not. The protocol is not clear on what should happen, what is the<br>
> expected result ?<br>
><br>
> I have attached a small sample to test easily.<br>
><br>
> --<br>
> Arnaud<br>
><br>
</div></div>> _______________________________________________<br>
> wayland-devel mailing list<br>
> <a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
  Jasper<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Arnaud Vrac</div>
</div>