summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh
diff options
context:
space:
mode:
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>2017-12-07 21:12:15 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-08 14:06:45 +0000
commit68b55dc5d4a71a762ee849aedf243626bee4c9e9 (patch)
tree0d4480f3b0fdf072f2c6ff88de5e2b684eef6c83 /recipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh
parent940e8ed5b42abb7b8b0c62c903757b59faef5a6c (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-xrecipes-demo-hmi/navigation/mapviewer/mapviewer-settings.sh2
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 d1ebb20b..0d7bf205 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