diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-02-03 21:48:39 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-02-04 19:03:46 +0200 |
commit | 08ea4a2fec76b4bdd90b6072ff1002d0829afbed (patch) | |
tree | 74666413de15c37a3a76cffcc1f89861e955f2e4 /meson.build | |
parent | 3950b7e787c19bd1917533081c8fb8d4331e4ef3 (diff) |
layout: Do not delay mapping of desktop surface until commit time
On some older qtwayland versions (5.11) the weston_desktop_surface
window geometry has all its members set to 0. The panel initialization
takes place with the 'ready' request and this will result in an invalid
x and y position for panels different than the top one.
This patch alleviates that by not mapping the desktop surface in case we
determine that the desktop_surface geometry is invalid and proceed on
doing so when the surface is committed, which will allow to retrieve the
correct desktop surface and set the proper location of the panel. That
should be sufficient to display top/bottom panels until we switch a
newer qtwayland version. This keeps the panel initialization in place,
as to avoid any other changes in the future.
Bug-AGL: SPEC-3136
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I7388444ffe213f0524898cd3a5b175d90985ff1c
Diffstat (limited to 'meson.build')
0 files changed, 0 insertions, 0 deletions