Hi, On Tue, 13 Jun 2023 at 10:20, Pekka Paalanen <ppaala...@gmail.com> wrote:
> On Tue, 13 Jun 2023 01:11:44 +0000 (UTC) > Joe M <brainsna...@yahoo.com> wrote: > > As I understand, there is one global wl_display. Is there always one > > wl_compositor too? > > That is inconsequential. > Yeah, I think the really consequential thing is that a wl_display really just represents a connection to a Wayland server (aka compositor). Display targets (e.g. 'the HDMI connector on the left', 'the DSI panel') are represented by wl_output objects. There is one of those for each output. Cheers, Daniel