Re: Using libweston with GTK/GDK

2019-05-19 Thread adlo
> On 17 May 2019, at 09:10, Pekka Paalanen wrote: > > Hi, > > you forgot to use 'name'. > Thanks, that's fixed it! > you should not include that in a > client program. > Guess what I did :p Regards adlo ___ wayland-devel mailing list wayland-deve

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