summaryrefslogtreecommitdiff
path: root/ivi-shell/weston.ini.in
diff options
context:
space:
mode:
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>2015-12-09 15:41:46 +0900
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-12-14 13:16:11 +0200
commit2e656769b61bea31eb49d0c72b0675620d52218c (patch)
tree5143ad77d04b1d28d8dd907c292e9aa4f2c61298 /ivi-shell/weston.ini.in
parent744b03093b9fbca18e6a99468d7c953a21a0ff28 (diff)
downloadweston-2e656769b61bea31eb49d0c72b0675620d52218c.tar.gz
hmi-controller: allocate background surfaces for multi-screen
A surface ID for layer of background/panel image is set by key: background-id or panel-id at weston.ini. To support multi screens, it also support offset, surface-id-offset, to offset the surface ID to next ID for a layer on next screen. According to the above key, hmi-controller and ivi-shell-user-interface who increments the number of screens per notification of wl_output. crate surface and draw background/panel image on multi surface on screens. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'ivi-shell/weston.ini.in')
-rw-r--r--ivi-shell/weston.ini.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/ivi-shell/weston.ini.in b/ivi-shell/weston.ini.in
index 17524aa9..9b53691a 100644
--- a/ivi-shell/weston.ini.in
+++ b/ivi-shell/weston.ini.in
@@ -23,6 +23,7 @@ background-image=@abs_top_srcdir@/data/background.png
background-id=1001
panel-image=@abs_top_srcdir@/data/panel.png
panel-id=1002
+surface-id-offset=10
tiling-image=@abs_top_srcdir@/data/tiling.png
tiling-id=1003
sidebyside-image=@abs_top_srcdir@/data/sidebyside.png