diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-01-19 17:00:42 +0900 |
---|---|---|
committer | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-01-19 08:19:14 +0000 |
commit | a40753a48f09c8ffcce43f324f5f91029a351a48 (patch) | |
tree | dff274f4ef8e4bb9c321b7435406ae2eeab69e89 /layers.json.split | |
parent | 09a667b964e5b24b56805ac7d7ef7e66d9b22a3c (diff) |
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 <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'layers.json.split')
-rw-r--r-- | layers.json.split | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/layers.json.split b/layers.json.split index f83ac6b..91e563d 100644 --- a/layers.json.split +++ b/layers.json.split @@ -8,6 +8,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", "layer_id": 1000, @@ -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 } }, |