From: Marius Vlad Date: Tue, 21 Jun 2022 11:13:56 +0000 (+0300) Subject: layout: Add a wrapper for adding the view to the hidden layer X-Git-Tag: 13.93.0~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=2cc479fd8f3e53265efa093ca52e6e6f6b0faea7;hp=2cc479fd8f3e53265efa093ca52e6e6f6b0faea7;p=src%2Fagl-compositor.git layout: Add a wrapper for adding the view to the hidden layer 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 Reported-by: Vasyl Vavrychuk Change-Id: I5b08d2ff65fca28126608c2677ec9b558a34caa1 ---