layout: Add a wrapper for adding the view to the hidden layer 84/27684/2
authorMarius Vlad <marius.vlad@collabora.com>
Tue, 21 Jun 2022 11:13:56 +0000 (14:13 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 29 Jun 2022 12:13:53 +0000 (12:13 +0000)
And with it, use it *as well* when detecting a surface shouldn't be
presented if activate-by-default is disabled. The reason for doing that
is to allow application the resize and receive frame events right after
the client shell has been started.

Doing it a later point it time, right when a potential activation could
come from a client, wouldn't really be useful as the client won't react
to configure events. This particular fix is for cases where the
activate by default is disabled and the application itself was added
*before* the client shell sent the ready request.

Bug-AGL: SPEC-4423
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reported-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Change-Id: I5b08d2ff65fca28126608c2677ec9b558a34caa1


No differences found