diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2017-12-07 21:12:15 +0900 |
---|---|---|
committer | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2017-12-08 01:35:06 +0000 |
commit | 41949b6a45620544d81810a293dbe67d4b2df702 (patch) | |
tree | ff471c371c3d92f0b9fab8be93aaef58e5625be1 /recipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh | |
parent | 9438be0e6e64fdaed9d65b21a227c25efda82946 (diff) |
mapviewer: Change layer id to 11001 to avoid conflict.
While the hmi-framework doesn't support multi-display,
mapviewer is located in screen 1 in order to transfer to
Cluster ECU. Then a layer which mapviewr uses is out of
control by windowmanager.
As layer id 1000 is conflict, so we decide new layer id
as 11001 for Screen 1.
Change-Id: I52b6071e91adb69cfa8ab65c6ea6604b3fef8be1
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'recipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh')
-rwxr-xr-x | recipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh b/recipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh index d1ebb20b8..0d7bf205b 100755 --- a/recipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh +++ b/recipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh @@ -15,7 +15,7 @@ do $LMC set surface $SURFACEID source region 0 0 384 368 $LMC set surface $SURFACEID destination region 0 0 384 368 $LMC set surface $SURFACEID visibility 1 - $LMC set layer 1000 render order $SURFACEID + $LMC set layer 11001 render order $SURFACEID exit fi fi |