Re: [RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-07-25 Thread Derek Foreman
On 2018-07-14 09:46 AM, Daniel Stone wrote: > Hey Derek, > On Fri, 16 Feb 2018 at 16:55, Derek Foreman wrote: >> commit d94a8722cb29d8b897672be66ff3c9ff79eab6fe >> warned this was coming, back in 2013. >> >> I've seen libraries that have wayland client and server using functions >> in the same fil

Re: [RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-07-14 Thread Daniel Stone
Hey Derek, On Fri, 16 Feb 2018 at 16:55, Derek Foreman wrote: > commit d94a8722cb29d8b897672be66ff3c9ff79eab6fe > warned this was coming, back in 2013. > > I've seen libraries that have wayland client and server using functions > in the same file. Since struct wl_buffer still exists as an opaque

Re: [RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-02-18 Thread Pekka Paalanen
On Fri, 16 Feb 2018 10:54:40 -0600 Derek Foreman wrote: > commit d94a8722cb29d8b897672be66ff3c9ff79eab6fe > warned this was coming, back in 2013. > > I've seen libraries that have wayland client and server using functions > in the same file. Since struct wl_buffer still exists as an opaque > en

Re: [RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-02-16 Thread Emil Velikov
On 16 February 2018 at 20:22, Derek Foreman wrote: > On 2018-02-16 12:58 PM, Emil Velikov wrote: >> >> On 16 February 2018 at 18:24, Derek Foreman >> wrote: >>> >>> On 2018-02-16 11:18 AM, Emil Velikov wrote: On 16 February 2018 at 16:54, Derek Foreman wrote: > >

Re: [RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-02-16 Thread Derek Foreman
On 2018-02-16 12:58 PM, Emil Velikov wrote: On 16 February 2018 at 18:24, Derek Foreman wrote: On 2018-02-16 11:18 AM, Emil Velikov wrote: On 16 February 2018 at 16:54, Derek Foreman wrote: commit d94a8722cb29d8b897672be66ff3c9ff79eab6fe warned this was coming, back in 2013. I've seen lib

Re: [RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-02-16 Thread Emil Velikov
On 16 February 2018 at 18:24, Derek Foreman wrote: > On 2018-02-16 11:18 AM, Emil Velikov wrote: >> >> On 16 February 2018 at 16:54, Derek Foreman >> wrote: >>> >>> commit d94a8722cb29d8b897672be66ff3c9ff79eab6fe >>> warned this was coming, back in 2013. >>> >>> I've seen libraries that have wayl

Re: [RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-02-16 Thread Derek Foreman
On 2018-02-16 11:18 AM, Emil Velikov wrote: On 16 February 2018 at 16:54, Derek Foreman wrote: commit d94a8722cb29d8b897672be66ff3c9ff79eab6fe warned this was coming, back in 2013. I've seen libraries that have wayland client and server using functions in the same file. Since struct wl_buffer

Re: [RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-02-16 Thread Emil Velikov
On 16 February 2018 at 16:54, Derek Foreman wrote: > commit d94a8722cb29d8b897672be66ff3c9ff79eab6fe > warned this was coming, back in 2013. > > I've seen libraries that have wayland client and server using functions > in the same file. Since struct wl_buffer still exists as an opaque > entity in

[RFC wayland] wayland-server: Finally remove deprecated struct wl_buffer definition

2018-02-16 Thread Derek Foreman
commit d94a8722cb29d8b897672be66ff3c9ff79eab6fe warned this was coming, back in 2013. I've seen libraries that have wayland client and server using functions in the same file. Since struct wl_buffer still exists as an opaque entity in client code, the vestigial deprecated wl_buffer from the serve