commit | 91881e8f89262f18f7543a6fd5f440ea5c13ce30 | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Thu Nov 05 19:57:45 2015 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Nov 06 11:42:33 2015 |
tree | 600395e5bcdaa230add5d8a9a8d7e77d1cce6b09 | |
parent | 4a97cb35794866414b84242a89d1dbcc7f9c59fe [diff] |
shm: Deprecate wl_shm_buffer_create() From irc: <pq> 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 <pekka.paalanen@collabora.co.uk> Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Giulio Camuffo <giuliocamuffo@gmail.com>