Re: [PATCH wayland] protocol: Add deprecation note about wl_shell

2017-12-05 Thread Daniel Stone
Hi Jonas, On 2 December 2017 at 02:57, Jonas Ådahl wrote: > Now that xdg_shell is stable and much better defined than wl_shell we > can finally deprecate wl_shell and guide users towards xdg_shell > instead. [its-happening.gif] Reviewed and pushed. Cheers, Daniel __

Re: [PATCH wayland] protocol: Add deprecation note about wl_shell

2017-12-04 Thread Nils Chr. Brause
Hi! On 4 December 2017 at 09:16, Pekka Paalanen wrote: > On Sat, 2 Dec 2017 10:57:45 +0800 > Jonas Ådahl wrote: > >> Now that xdg_shell is stable and much better defined than wl_shell we >> can finally deprecate wl_shell and guide users towards xdg_shell >> instead. >> >> Signed-off-by: Jonas Å

Re: [PATCH wayland] protocol: Add deprecation note about wl_shell

2017-12-04 Thread Pekka Paalanen
On Sat, 2 Dec 2017 10:57:45 +0800 Jonas Ådahl wrote: > Now that xdg_shell is stable and much better defined than wl_shell we > can finally deprecate wl_shell and guide users towards xdg_shell > instead. > > Signed-off-by: Jonas Ådahl > --- Hi, Acked-by: Pekka Paalanen > > Eventually we ca

[PATCH wayland] protocol: Add deprecation note about wl_shell

2017-12-01 Thread Jonas Ådahl
Now that xdg_shell is stable and much better defined than wl_shell we can finally deprecate wl_shell and guide users towards xdg_shell instead. Signed-off-by: Jonas Ådahl --- Eventually we can consider adding deprecation attributes the XML nodes that'll turn into compiler warnings, but this is