summaryrefslogtreecommitdiffstats
path: root/meta-agl-flutter/recipes-graphics/toyota/files/0003-activation_area-Remove-the-implicit-width-height-swa.patch
diff options
context:
space:
mode:
authorJoel Winarske <joel.winarske@gmail.com>2024-06-28 13:13:20 -0700
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-07-03 09:04:56 +0000
commit8d6e6f806f20c7848565e52132791ac14091472b (patch)
tree2af56ade6a253725e338b7df1a8f49fc1fafdceb /meta-agl-flutter/recipes-graphics/toyota/files/0003-activation_area-Remove-the-implicit-width-height-swa.patch
parent759094af98aaa506014164d1acf3c142c6f10f76 (diff)
flutter-auto v2
-remove patches as upstream has picked them up -update desktop-auto.json to v2.0 baseline -mask libcamera log message when running flutter-auto. flutter-auto handles libcamera messages directly. -add xdg-shell-app-id to service Bug-AGL: SPEC-5193 Change-Id: Idf054a921b055774262ea0c760ec134ba70d8128 Signed-off-by: Joel Winarske <joel.winarske@gmail.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30048 ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Marius Vlad <marius.vlad@collabora.com> Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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.patch33
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 f59add5a8..000000000
--- 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
-