summaryrefslogtreecommitdiffstats
path: root/src/ivi-compositor.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-01-15 17:08:54 +0200
committerMarius Vlad <marius.vlad@collabora.com>2020-02-02 21:07:07 +0200
commit3950b7e787c19bd1917533081c8fb8d4331e4ef3 (patch)
treee16a7e68ac966b51123d67e6b4dd8b8ca235831a /src/ivi-compositor.h
parentffd00ab3a05351bac2124e5eba8a66f20a3b62da (diff)
layout: Use the background's surface ivi_output when activating apps by
default In order to activate application by default, we need a ivi_output which for the desktop role that's not available at that time (the activation part actually will set-up one). Uses the bg output for this case. This is only activated by adding 'activate-by-default' bool variable under the '[shell]' section (in the ini configuration file). Bug-AGL: SPEC-3118 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ib44f0fcccc145216fb28fc9c26e5a065912ceef5
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r--src/ivi-compositor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h
index 68cbbdf..f3a51d6 100644
--- a/src/ivi-compositor.h
+++ b/src/ivi-compositor.h
@@ -63,6 +63,10 @@ struct ivi_compositor {
struct wl_global *agl_shell;
struct {
+ int activate_apps_by_default; /* switches once xdg top level has been 'created' */
+ } quirks;
+
+ struct {
struct wl_client *client;
struct wl_resource *resource;
bool ready;