diff options
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r-- | src/ivi-compositor.h | 4 |
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; |