Re: Protocol extensions using libweston core functions

2019-05-20 Thread Pekka Paalanen
On Mon, 20 May 2019 07:22:10 +0100 adlo wrote: > I wrote a compositor with a window switcher protocol. The core > libweston-desktop function implementations such as surface_added are > in shell.c, while the window switcher code is in window-switcher.c. > > When a new window is opened (a new surf

Protocol extensions using libweston core functions

2019-05-19 Thread adlo
I wrote a compositor with a window switcher protocol. The core libweston-desktop function implementations such as surface_added are in shell.c, while the window switcher code is in window-switcher.c. When a new window is opened (a new surface is added), the window switcher will need to be updat