From 39b99163d3fe326d399dbe7b97546207381d8455 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 12 May 2020 14:08:03 +0300 Subject: qtwayland_%.bbappend: Force resize after buffer swap As the qtwayland client will sometimes 'forget' to do a redraw when resizing back to the original geometry force it to happen each time at the end of the EGL buffer swap. Temporary fix until a proper one is done inside qtwayland. Bug-SPEC: SPEC-3334 Signed-off-by: Marius Vlad Change-Id: Iabf53065222a5ee803baf8ed146a11dd24a96860 --- meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend index 408b2b6b5..6472c7eff 100644 --- a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend +++ b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend @@ -31,4 +31,5 @@ QT_SHELL_FILE = "${AFM_CONF_DIR}/qt-shell" do_install_append_class-target() { mkdir -p ${AFM_CONF_DIR} echo "QT_WAYLAND_SHELL_INTEGRATION=${DEFAULT_WM_SHELL}" > ${QT_SHELL_FILE} + echo "QT_WAYLAND_RESIZE_AFTER_SWAP=1" >> ${QT_SHELL_FILE} } -- cgit 1.2.3-korg