layout: Use the background's surface ivi_output when activating apps by
[src/agl-compositor.git] / src / ivi-compositor.h
index 68cbbdf..f3a51d6 100644 (file)
@@ -62,6 +62,10 @@ struct ivi_compositor {
        const struct weston_drm_output_api *drm_api;
 
        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;