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