Re: [PATCH wayland 1/1] connection: Move wl_interface_equal to util

2016-05-11 Thread Bryce Harrington
On Tue, May 10, 2016 at 06:08:15PM -0700, Bryce Harrington wrote: > On Mon, May 09, 2016 at 03:41:14PM +0300, Pekka Paalanen wrote: > > On Sun, 8 May 2016 08:44:08 -0500 > > Yong Bakos wrote: > > > > > From: Yong Bakos > > > > > > Move the wl_interface_equal prototype to the top of wayland-pri

Re: [PATCH wayland 1/1] connection: Move wl_interface_equal to util

2016-05-10 Thread Bryce Harrington
On Mon, May 09, 2016 at 03:41:14PM +0300, Pekka Paalanen wrote: > On Sun, 8 May 2016 08:44:08 -0500 > Yong Bakos wrote: > > > From: Yong Bakos > > > > Move the wl_interface_equal prototype to the top of wayland-private, where > > it is not buried in the middle of map, connection and closure fu

Re: [PATCH wayland 1/1] connection: Move wl_interface_equal to util

2016-05-09 Thread Pekka Paalanen
On Sun, 8 May 2016 08:44:08 -0500 Yong Bakos wrote: > From: Yong Bakos > > Move the wl_interface_equal prototype to the top of wayland-private, where > it is not buried in the middle of map, connection and closure functions. > > Move the implementation out of connection and into util. This is

[PATCH wayland 1/1] connection: Move wl_interface_equal to util

2016-05-08 Thread Yong Bakos
From: Yong Bakos Move the wl_interface_equal prototype to the top of wayland-private, where it is not buried in the middle of map, connection and closure functions. Move the implementation out of connection and into util. This is a utility function, not specific to connections, and has call site