Re: [PATCH wayland] shm: Make shm_pool_interface static const

2016-11-10 Thread Pekka Paalanen
On Tue, 16 Aug 2016 11:12:35 +0300 Pekka Paalanen wrote: > On Fri, 12 Aug 2016 12:41:47 -0700 > Bryce Harrington wrote: > > > On Fri, Aug 12, 2016 at 12:04:41PM -0700, Yong Bakos wrote: > > > From: Yong Bakos > > > > > > Add static const modifiers to the shm_pool_interface definition, > > >

Re: [PATCH wayland] shm: Make shm_pool_interface static const

2016-08-16 Thread Pekka Paalanen
On Fri, 12 Aug 2016 12:41:47 -0700 Bryce Harrington wrote: > On Fri, Aug 12, 2016 at 12:04:41PM -0700, Yong Bakos wrote: > > From: Yong Bakos > > > > Add static const modifiers to the shm_pool_interface definition, > > making it consistent with the other wl_*_interface definitions and > > munda

Re: [PATCH wayland] shm: Make shm_pool_interface static const

2016-08-12 Thread Bryce Harrington
On Fri, Aug 12, 2016 at 12:04:41PM -0700, Yong Bakos wrote: > From: Yong Bakos > > Add static const modifiers to the shm_pool_interface definition, > making it consistent with the other wl_*_interface definitions and > mundanely safer. > > Note that this does not affect the ABI, according to abi

[PATCH wayland] shm: Make shm_pool_interface static const

2016-08-12 Thread Yong Bakos
From: Yong Bakos Add static const modifiers to the shm_pool_interface definition, making it consistent with the other wl_*_interface definitions and mundanely safer. Note that this does not affect the ABI, according to abi-dumper and abi-compliance-checker[1]; and weston and its shm-backed clien