summaryrefslogtreecommitdiffstats
path: root/src/ivi-compositor.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-10-02 21:28:51 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-11-05 10:41:32 +0200
commita30af04e6f81514149ef589ecfe71ec80c34e10a (patch)
tree79c4856c8ffcfe343ec1725bb376c93a50787928 /src/ivi-compositor.h
parent06e9aa93360beb8a25f2cef78576d1bf0c211a98 (diff)
main: Add support loading waltham transmitter plug-in
This is the same as the remoting plug-in, given that we'll be using the remoting plug-in to create the remoting output. The difference would be that instead of the 'remoting-output' section we'll use 'transmitter-output', with all other section specific being the same. For instance, using agl-shell-app-id we can instruct the application to be assigned to that 'transmitter-output'. Bug-AGL: SPEC-3611 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ic16b6b9672802f4f83be121385c0798b9dbe08e9
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r--src/ivi-compositor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h
index 0c9d604..50e516b 100644
--- a/src/ivi-compositor.h
+++ b/src/ivi-compositor.h
@@ -70,6 +70,7 @@ struct ivi_compositor {
const struct weston_windowed_output_api *window_api;
const struct weston_drm_output_api *drm_api;
const struct weston_remoting_api *remoting_api;
+ const struct weston_transmitter_api *waltham_transmitter_api;
struct wl_global *agl_shell;
struct wl_global *agl_shell_desktop;