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
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
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
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