src/: Add basic support for app switching 03/23303/6
authorScott Anderson <daniels@collabora.com>
Tue, 10 Dec 2019 11:48:04 +0000 (11:48 +0000)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 29 Jan 2020 23:02:12 +0000 (01:02 +0200)
commit2d7243208d3e455decd730e7e33ab2452b1a0508
tree68fda63d82e57ad96c231b32592b0a62becaaa96
parentaa4ba5d283d641da25722af7a966c31d61a9686b
src/: Add basic support for app switching

- adds a new request for agl-shell, 'activate_app', which allows to
specify which application should switch to.  With it, client shell
commands which application to switch to.

- ties the layout (panel and background initizatlon) bits into its own
specific file

Bug-AGL: SPEC-3117

Change-Id: I1b3d89ff77c0e0e439666227ef3319b2107406c0
Signed-off-by: Daniel Stone <daniels@collabora.com>
meson.build
protocol/agl-shell.xml
src/desktop.c
src/ivi-compositor.h
src/layout.c [new file with mode: 0644]
src/main.c
src/shell.c