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
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
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
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
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
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