Re: [PATCH 1/3 v4] wayland-server: Add API to control globals visibility

2016-11-17 Thread Pekka Paalanen
On Wed, 16 Nov 2016 03:28:57 -0500 (EST) Olivier Fourdan wrote: > Hi Pekka, > > > > > [...] > > > > Therefore I think this would be a beneficial addition: > > > > Acked-by: Pekka Paalanen > > > > > > So, if I amend the commit message as above and rebase against current > > > code, I can add

Re: [PATCH 1/3 v4] wayland-server: Add API to control globals visibility

2016-11-16 Thread Olivier Fourdan
Hi Pekka, > > > [...] > > > Therefore I think this would be a beneficial addition: > > > Acked-by: Pekka Paalanen > > > > So, if I amend the commit message as above and rebase against current > > code, I can add your acked-by? > > Yes! > > As the Ack is for the idea, you could stamp it already

Re: [PATCH 1/3 v4] wayland-server: Add API to control globals visibility

2016-10-18 Thread Pekka Paalanen
On Tue, 18 Oct 2016 08:37:56 -0400 (EDT) Olivier Fourdan wrote: > Hi Pekka, > > > sorry for taking so long to reply. > > Now it's my turn to apologize, I saw your email and then forgot about it! > > > A recap from earlier emails as I understood them: > > > > - This patch adds a callback in

Re: [PATCH 1/3 v4] wayland-server: Add API to control globals visibility

2016-10-18 Thread Olivier Fourdan
Hi Pekka, > sorry for taking so long to reply. Now it's my turn to apologize, I saw your email and then forgot about it! > A recap from earlier emails as I understood them: > > - This patch adds a callback in libwayland-server's wl_registry > implementation, that will be called every time a)

Re: [PATCH 1/3 v4] wayland-server: Add API to control globals visibility

2016-09-30 Thread Pekka Paalanen
On Tue, 16 Aug 2016 10:05:57 +0200 Olivier Fourdan wrote: > Add a new API to let compositor decide whether or not a wl_global > should be advertised to the clients via wl_registry_bind() or > display_get_registry() > > By using its own filter, the compositor can decide which wl_global would > be

Re: [PATCH 1/3 v4] wayland-server: Add API to control globals visibility

2016-08-16 Thread Yong Bakos
On Aug 16, 2016, at 1:05 AM, Olivier Fourdan wrote: > > Add a new API to let compositor decide whether or not a wl_global > should be advertised to the clients via wl_registry_bind() or > display_get_registry() > > By using its own filter, the compositor can decide which wl_global would > be lis

Re: [PATCH 1/3 v4] wayland-server: Add API to control globals visibility

2016-08-16 Thread Jonas Ã…dahl
On Tue, Aug 16, 2016 at 10:05:57AM +0200, Olivier Fourdan wrote: > Add a new API to let compositor decide whether or not a wl_global > should be advertised to the clients via wl_registry_bind() or > display_get_registry() > > By using its own filter, the compositor can decide which wl_global would