Re: [RFC wayland 01/18] shm: add getters for the fd and offset

2016-02-11 Thread Pekka Paalanen
On Wed, 10 Feb 2016 12:00:48 -0600 Derek Foreman wrote: > On 10/02/16 07:08 AM, Pekka Paalanen wrote: > > On Tue, 9 Feb 2016 10:55:48 -0600 > > Derek Foreman wrote: > > > >> From: Giulio Camuffo > >> > >> This allows

Re: [RFC wayland 01/18] shm: add getters for the fd and offset

2016-02-11 Thread Derek Foreman
On 11/02/16 02:52 AM, Pekka Paalanen wrote: > On Wed, 10 Feb 2016 12:00:48 -0600 Derek Foreman > wrote: > >> On 10/02/16 07:08 AM, Pekka Paalanen wrote: >>> On Tue, 9 Feb 2016 10:55:48 -0600 Derek Foreman >>> wrote: >>> From: Giulio Camuffo

Re: [RFC wayland 01/18] shm: add getters for the fd and offset

2016-02-10 Thread Derek Foreman
On 10/02/16 07:08 AM, Pekka Paalanen wrote: > On Tue, 9 Feb 2016 10:55:48 -0600 > Derek Foreman wrote: > >> From: Giulio Camuffo >> >> This allows to share the buffer data by mmapping the fd again. >> Reviewed-by: David FORT

Re: [RFC wayland 01/18] shm: add getters for the fd and offset

2016-02-10 Thread Pekka Paalanen
On Tue, 9 Feb 2016 10:55:48 -0600 Derek Foreman wrote: > From: Giulio Camuffo > > This allows to share the buffer data by mmapping the fd again. > Reviewed-by: David FORT > > Signed-off-by: Derek Foreman

[RFC wayland 01/18] shm: add getters for the fd and offset

2016-02-09 Thread Derek Foreman
From: Giulio Camuffo This allows to share the buffer data by mmapping the fd again. Reviewed-by: David FORT Signed-off-by: Derek Foreman --- src/wayland-server-core.h | 6 ++ src/wayland-shm.c |