Re: [PATCH v2 wayland 1/3] shm: Deprecate wl_shm_buffer_create()

2015-11-06 Thread Derek Foreman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/11/15 06:10 AM, Pekka Paalanen wrote: > On Fri, 6 Nov 2015 10:29:56 +0200 Giulio Camuffo > wrote: > >> For the whole series: Reviewed-by: Giulio Camuffo >> >> >> 2015-11-05 21:57 GMT+02:00 Derek Foreman >> : >>> From irc: it creates a wl_buf

Re: [PATCH v2 wayland 1/3] shm: Deprecate wl_shm_buffer_create()

2015-11-06 Thread Pekka Paalanen
On Fri, 6 Nov 2015 10:29:56 +0200 Giulio Camuffo wrote: > For the whole series: > Reviewed-by: Giulio Camuffo > > 2015-11-05 21:57 GMT+02:00 Derek Foreman : > > From irc: > > it creates a wl_buffer object in a way that no client can ever > > access the storage. > > > > So, let's replace i

Re: [PATCH v2 wayland 1/3] shm: Deprecate wl_shm_buffer_create()

2015-11-06 Thread Giulio Camuffo
For the whole series: Reviewed-by: Giulio Camuffo 2015-11-05 21:57 GMT+02:00 Derek Foreman : > From irc: > it creates a wl_buffer object in a way that no client can ever > access the storage. > > So, let's replace it with return NULL; and mark it with attribute > deprecated in the header. >

[PATCH v2 wayland 1/3] shm: Deprecate wl_shm_buffer_create()

2015-11-05 Thread Derek Foreman
From irc: it creates a wl_buffer object in a way that no client can ever access the storage. So, let's replace it with return NULL; and mark it with attribute deprecated in the header. Reviewed-by: Pekka Paalanen Signed-off-by: Derek Foreman --- Change from v1: return NULL instead of abo