diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-04-25 16:43:25 +0300 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-05-02 19:16:50 +0000 |
commit | 85bab6fcc3a02167a164d57816a982eeb5d6eea2 (patch) | |
tree | 9396fb980b13a4d39138b4217483236f111b8e08 /recipes-qt/qt/qtwayland_agldemo.inc | |
parent | f3dc6165f647dc35b3d6cb28566d9fb7fb63eb08 (diff) |
qwaylandwindow-Short-circuit-isExposed: qtwayland resize fix
An initial configure event does make qtwayland to send a window geometry
with the initial values, just that it doesn't take into account new
resizes which are required when starting before the shell.
Bug-AGL: SPEC-4341
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I74c74e7977dcf4dc9516572033e223449e1c44fb
(cherry picked from commit 5403a4d3e0e2252883ca48fa3b49b23c92bc1e4f)
Diffstat (limited to 'recipes-qt/qt/qtwayland_agldemo.inc')
-rw-r--r-- | recipes-qt/qt/qtwayland_agldemo.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt/qtwayland_agldemo.inc b/recipes-qt/qt/qtwayland_agldemo.inc index a02ecf0a3..fc02d571a 100644 --- a/recipes-qt/qt/qtwayland_agldemo.inc +++ b/recipes-qt/qt/qtwayland_agldemo.inc @@ -14,5 +14,6 @@ FILESEXTRAPATHS:append := ":${THISDIR}/qtwayland" SRC_URI:append = "\ file://0001-client-qwaylandintegration-Do-not-attempt-to-use-the.patch \ + file://0001-qwaylandwindow-Short-circuit-isExposed.patch \ " |