From a2f890dae4d3b9d49d2921576b04384cef7641d3 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 4 Jan 2024 19:15:58 -0500 Subject: Use flutter-auto activation area support With the geometry fix in place for flutter-auto's activation area support, update the Flutter homescreen JSON configuration files to use it, and drop the custom Flutter weston.ini that was being used. Bug-AGL: SPEC-5038 Change-Id: I2e5fe3b8e54f49a36c2286e1a78ffc081b90f6fa Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29582 ci-image-build: Jenkins Job builder account Reviewed-by: Marius Vlad Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- recipes-demo/flutter-homescreen/files/flutter-homescreen.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-demo/flutter-homescreen') diff --git a/recipes-demo/flutter-homescreen/files/flutter-homescreen.json b/recipes-demo/flutter-homescreen/files/flutter-homescreen.json index 63babcfa..83aa09a8 100644 --- a/recipes-demo/flutter-homescreen/files/flutter-homescreen.json +++ b/recipes-demo/flutter-homescreen/files/flutter-homescreen.json @@ -3,7 +3,8 @@ "window_type" : "BG", "width" : 1920, "height": 1080, - "fullscreen": true + "fullscreen": true, + "window_activation_area" : { "x" : 0, "y" : 160, "width" : 1080, "height" : 1600 } } ] } -- cgit 1.2.3-korg