aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 43f2eee383899aa634f7a56ac3c12f476ae6ed41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
xdg-cluster-receiver
--------------------

This is a variant of the cluster-demo-receiver but without any toolkit
involvement, using wayland-protocols (to gain access to XDG-Shell) and
gRPC to perform window management operations.

We use XDG-Shell to create a top-level XDG window and set an application id for
it. We use gRPC agl_shell protocol to be able to position indepedently the
surface on top of the cluster-dashbboard application.

Underneath, waylandsink requires a parent surface (wl_surface) as to create a
sub-subsurface where it will draw, on its own, the incoming stream.

We don't pass out that parent surface to the compositor, but instead of use the
app_id to identify applications, that is why it is import to set, for the
parent surface an application id.