summaryrefslogtreecommitdiffstats
path: root/src/policy-rba.c
diff options
context:
space:
mode:
authorAnusha Gugale <external.agogale@jp.adit-jv.com>2021-02-04 12:31:05 +0530
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-02-04 15:40:41 +0000
commitfd860492da6fb07f06b308805e6fc57afa76b186 (patch)
tree5b2429e4f6d9c6b6e2fdb229f58e20e173ecfb1c /src/policy-rba.c
parent47386558dbc95387f9062651774d9b2e1bb8bc6b (diff)
Allow unregistered applications in rba
- To allow unregistered applications, set allow_unregistred_app=true in .ini file under core section of /etc/xdg/weston/weston.ini . Bug-AGL: SPEC-3738 Signed-off-by: Anusha Gugale <external.agogale@jp.adit-jv.com> Change-Id: Ic56564ea97900df0091d92a2dd4ed1bc7cb0559f
Diffstat (limited to 'src/policy-rba.c')
-rw-r--r--src/policy-rba.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/policy-rba.c b/src/policy-rba.c
index 3ace75c..243bfe1 100644
--- a/src/policy-rba.c
+++ b/src/policy-rba.c
@@ -51,7 +51,7 @@ ivi_policy_rba_surface_activate(struct ivi_surface *surf, void *user_data)
weston_log("app_id is NULL, surface activation failed.\n");
return false;
}
- return rba_adapter_arbitrate(app_id);
+ return rba_adapter_arbitrate(app_id,surf->ivi);
}
static bool