Re: [PATCH wayland v3 3/3] server: use the new wl_priv_signal for wl_resource

2017-01-25 Thread Pekka Paalanen
On Tue, 24 Jan 2017 16:34:30 +0200 Giulio Camuffo wrote: > The old wl_signal is kept for backwards compatibility, as that is also > present in the deprecated public wl_resource struct, and that must be > kept working. > --- > src/wayland-server.c | 52 > +

[PATCH wayland v3 3/3] server: use the new wl_priv_signal for wl_resource

2017-01-24 Thread Giulio Camuffo
The old wl_signal is kept for backwards compatibility, as that is also present in the deprecated public wl_resource struct, and that must be kept working. --- src/wayland-server.c | 52 ++-- 1 file changed, 46 insertions(+), 6 deletions(-) diff --gi