Re: xfwm4-wayland: use wlr-scene API

2023-04-04 Thread adlo
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

Re: xfwm4-wayland: use wlr-scene API

2023-04-04 Thread adlo
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

xfwm4-wayland: use wlr-scene API

2023-03-31 Thread adlo
I have rewritten my Wayland port of xfwm4 for the third or fourth time. I kept adding thousands of lines of code and then scrapping it, so the commit history was getting full of scrapped code, so I decided to reset to master and start from scratch. I have created a new wayland-2 branch. At some p