Re: [PATCH weston v6 04/12] compositor: Version the backend configuration structures

2016-04-18 Thread Pekka Paalanen
On Fri, 15 Apr 2016 20:28:29 -0700 Bryce Harrington wrote: > With this struct versioning, it is possible to add new options without > breaking the ABI, as long as all additions are made to the end of a > struct and nothing existing is modified or removed. When things are > added, the structure's

[PATCH weston v6 04/12] compositor: Version the backend configuration structures

2016-04-15 Thread Bryce Harrington
With this struct versioning, it is possible to add new options without breaking the ABI, as long as all additions are made to the end of a struct and nothing existing is modified or removed. When things are added, the structure's size will increase, and we'll use this size as our minor version num