Re: [PATCH wayland] private: Remove unnecessary forward declarations

2016-05-12 Thread Yong Bakos
On May 12, 2016, at 3:43 AM, Pekka Paalanen wrote: > > On Mon, 09 May 2016 13:24:29 -0500 > Derek Foreman wrote: > >> On 07/05/16 09:11 AM, Yong Bakos wrote: >>> From: Yong Bakos >>> >>> Declarations for wl_connection and wl_closure are not needed here. >>> wl_closure already has a complete d

Re: [PATCH wayland] private: Remove unnecessary forward declarations

2016-05-12 Thread Pekka Paalanen
On Mon, 09 May 2016 13:24:29 -0500 Derek Foreman wrote: > On 07/05/16 09:11 AM, Yong Bakos wrote: > > From: Yong Bakos > > > > Declarations for wl_connection and wl_closure are not needed here. > > wl_closure already has a complete definition. > > Removing these forward declarations results in

Re: [PATCH wayland] private: Remove unnecessary forward declarations

2016-05-11 Thread Bryce Harrington
On Mon, May 09, 2016 at 01:24:29PM -0500, Derek Foreman wrote: > On 07/05/16 09:11 AM, Yong Bakos wrote: > > From: Yong Bakos > > > > Declarations for wl_connection and wl_closure are not needed here. > > wl_closure already has a complete definition. > > Removing these forward declarations result

Re: [PATCH wayland] private: Remove unnecessary forward declarations

2016-05-09 Thread Derek Foreman
On 07/05/16 09:11 AM, Yong Bakos wrote: > From: Yong Bakos > > Declarations for wl_connection and wl_closure are not needed here. > wl_closure already has a complete definition. > Removing these forward declarations results in a clean, warning-free compile. > > Signed-off-by: Yong Bakos > --- >

[PATCH wayland] private: Remove unnecessary forward declarations

2016-05-08 Thread Yong Bakos
From: Yong Bakos Declarations for wl_connection and wl_closure are not needed here. wl_closure already has a complete definition. Removing these forward declarations results in a clean, warning-free compile. Signed-off-by: Yong Bakos --- src/wayland-private.h | 4 1 file changed, 4 deleti