diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-06-25 15:37:58 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-06-25 15:37:58 -0400 |
commit | 1e0aba7a5d676ff11a6e2eda1f412172b842dc0e (patch) | |
tree | f84215a76f0f0ec40e9dae197c869239547bb0ec /meta-agl-flutter/recipes-graphics/toyota/files/0003-activation_area-Remove-the-implicit-width-height-swa.patch | |
parent | 97310e350b19bc5e8cc391aba8394912eea19b4f (diff) |
Remove meta-agl-flutter
Remove the meta-agl-flutter layer and its configuration template,
as it is being moved to meta-agl.
Bug-AGL: SPEC-5184
Change-Id: I59e9f8616a21d2e3b97da47baef1892c904d0002
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-flutter/recipes-graphics/toyota/files/0003-activation_area-Remove-the-implicit-width-height-swa.patch')
-rw-r--r-- | meta-agl-flutter/recipes-graphics/toyota/files/0003-activation_area-Remove-the-implicit-width-height-swa.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-agl-flutter/recipes-graphics/toyota/files/0003-activation_area-Remove-the-implicit-width-height-swa.patch b/meta-agl-flutter/recipes-graphics/toyota/files/0003-activation_area-Remove-the-implicit-width-height-swa.patch deleted file mode 100644 index f59add5a..00000000 --- a/meta-agl-flutter/recipes-graphics/toyota/files/0003-activation_area-Remove-the-implicit-width-height-swa.patch +++ /dev/null @@ -1,33 +0,0 @@ -From b247f63441f75c47cebd6edd00ecc0c5f94728b6 Mon Sep 17 00:00:00 2001 -From: Marius Vlad <marius.vlad@collabora.com> -Date: Tue, 2 Jan 2024 15:00:13 +0200 -Subject: [PATCH 3/3] activation_area: Remove the implicit width/height swap - -This does more harm than being useful so remove it. - -Bug-AGL: SPEC-5038 -Signed-off-by: Marius Vlad <marius.vlad@collabora.com> ---- - shell/wayland/display.cc | 6 ------ - 1 file changed, 6 deletions(-) - -diff --git a/shell/wayland/display.cc b/shell/wayland/display.cc -index 0b97954..9452dbf 100644 ---- a/shell/wayland/display.cc -+++ b/shell/wayland/display.cc -@@ -863,12 +863,6 @@ void Display::AglShellDoSetupActivationArea(uint32_t x, - if (!m_agl.shell) - return; - -- if (m_all_outputs[index]->transform == WL_OUTPUT_TRANSFORM_90) { -- uint32_t tmp_width = width; -- width = height; -- height = tmp_width; -- } -- - SPDLOG_DEBUG("Using custom rectangle [{}x{}+{}x{}] for activation", width, - height, x, y); - --- -2.35.1 - |