summaryrefslogtreecommitdiffstats
path: root/src/rba_adapter.h
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-05 10:38:13 +0000
commit577485cecdc239d21535c560475ffdc9f44176f4 (patch)
treecd3656364c084649ebb744f971400c00be9d54aa /src/rba_adapter.h
parentc95fca01dee14a549fed79a78c7f2140e97ec570 (diff)
- 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 (cherry picked from commit fd860492da6fb07f06b308805e6fc57afa76b186)
Diffstat (limited to 'src/rba_adapter.h')
-rw-r--r--src/rba_adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rba_adapter.h b/src/rba_adapter.h
index 596d56e..ea1eebc 100644
--- a/src/rba_adapter.h
+++ b/src/rba_adapter.h
@@ -30,7 +30,7 @@ extern "C" {
#endif
bool rba_adapter_initialize(void);
-bool rba_adapter_arbitrate(const char *app_id);
+bool rba_adapter_arbitrate(const char *app_id, struct ivi_compositor *ivi);
#ifdef __cplusplus
}
#endif