Re: [PATCH wayland v2 1/4] scanner: Add --visibility flag for setting symbol visibility

2017-07-26 Thread Pekka Paalanen
On Wed, 26 Jul 2017 16:16:33 +0800 Jonas Ådahl wrote: > Add a --visibility flag that enables the user to tweak the visibility > of the symbols generated by wayland-scanner. Three alternatives are > exposed: > > 'export': as has always been done up until now, export the symbols > using WL_EXPORT,

[PATCH wayland v2 1/4] scanner: Add --visibility flag for setting symbol visibility

2017-07-26 Thread Jonas Ådahl
Add a --visibility flag that enables the user to tweak the visibility of the symbols generated by wayland-scanner. Three alternatives are exposed: 'export': as has always been done up until now, export the symbols using WL_EXPORT, making making them exposed externally. This is the default in order