From a40753a48f09c8ffcce43f324f5f91029a351a48 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Fri, 19 Jan 2018 17:00:42 +0900 Subject: Fix for switching from half size to full size This patch is for eel only because wayland-ivi-extension 2.x will be used in master. According to the modification of wayland-ivi-extension 1.13, WindowManager is fixed for correct switching from half size to full size. Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/12399/ Bug-AGL: SPEC-986 Change-Id: If8fdae2206aa138f788d6c0929ab533c4123f153 Signed-off-by: Yuta Doi --- layers.json.split | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'layers.json.split') diff --git a/layers.json.split b/layers.json.split index f83ac6b..91e563d 100644 --- a/layers.json.split +++ b/layers.json.split @@ -7,6 +7,13 @@ }, "mappings": [ + { + "role": "BackGroundLayer", + "name": "BackGroundLayer", + "layer_id": 999, + "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } }, + "comment": "Single BackGround layer map for the Navigation, Radio and MediaPlayer" + }, { "role": "^HomeScreen$", "name": "HomeScreen", @@ -15,7 +22,7 @@ "comment": "Single layer map for the HomeScreen" }, { - "role": "MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer", + "role": "Music|Video|WebBrowser|MediaPlayer|Radio|Phone|Navigation|HVAC|Settings|Dashboard|POI|Mixer", "name": "apps", "layer_id": 1001, "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } }, -- cgit 1.2.3-korg