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

2015-11-06 Thread Pekka Paalanen
On Fri, 16 Oct 2015 09:19:57 -0500 Derek Foreman wrote: > On 16/10/15 09:04 AM, Giulio Camuffo wrote: > > 2015-10-16 16:46 GMT+03:00 Pekka Paalanen : > >> On Sun, 4 Oct 2015 13:46:03 +0300 > >> Giulio Camuffo wrote: > >> > >>> 2015-06-26 19:34 GMT+03:00 Derek Foreman : > From irc: > i

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

2015-10-16 Thread Derek Foreman
On 16/10/15 09:04 AM, Giulio Camuffo wrote: > 2015-10-16 16:46 GMT+03:00 Pekka Paalanen : >> On Sun, 4 Oct 2015 13:46:03 +0300 >> Giulio Camuffo wrote: >> >>> 2015-06-26 19:34 GMT+03:00 Derek Foreman : From irc: it creates a wl_buffer object in a way that no client can ever ac

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

2015-10-16 Thread Giulio Camuffo
2015-10-16 16:46 GMT+03:00 Pekka Paalanen : > On Sun, 4 Oct 2015 13:46:03 +0300 > Giulio Camuffo wrote: > >> 2015-06-26 19:34 GMT+03: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 w

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

2015-10-16 Thread Pekka Paalanen
On Sun, 4 Oct 2015 13:46:03 +0300 Giulio Camuffo wrote: > 2015-06-26 19:34 GMT+03: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 abort(); and mark it with WL_DEPRECATED > > in the

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

2015-10-04 Thread Giulio Camuffo
2015-06-26 19:34 GMT+03: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 abort(); and mark it with WL_DEPRECATED > in the header. > > Signed-off-by: Derek Foreman > --- > > This time using WL_D

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

2015-06-26 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 abort(); and mark it with WL_DEPRECATED in the header. Signed-off-by: Derek Foreman --- This time using WL_DEPRECATED src/wayland-server-core.h | 2 +- src/wayland-shm