Correction: the View struct is in src/wayland/output.h, not view.h
> On 4 Apr 2023, at 08:07, adlo wrote:
>
> If I use my View struct (src/wayland/view.h), everything is fine. But if I
> try to copy the contents of the View struct into the Client struct
> (src/client.h) and use the Client str
If I use my View struct (src/wayland/view.h), everything is fine. But if I try
to copy the contents of the View struct into the Client struct (src/client.h)
and use the Client struct to hold data about my view instead of the View
struct, so every instance of View is replaced with Client, my comp