Re: [PATCH v2 0/4] Enum and bitfield XML attributes

2015-10-22 Thread Auke Booij
On 22 October 2015 at 22:51, Nils Chr. Brause wrote: > Hi, > > On Thu, Oct 22, 2015 at 10:18 PM, Bill Spitzak wrote: >> On Wed, Oct 21, 2015 at 5:22 AM, Nils Chr. Brause >> wrote: >>> >>> >>> >> - Support for cross-interface enum referencing (e.g. >>> >> wl_shm_pool::create_buffer::format to wl_

Re: [PATCH v2 0/4] Enum and bitfield XML attributes

2015-10-22 Thread Nils Chr. Brause
Hi, On Thu, Oct 22, 2015 at 10:18 PM, Bill Spitzak wrote: > On Wed, Oct 21, 2015 at 5:22 AM, Nils Chr. Brause > wrote: >> >> >> >> - Support for cross-interface enum referencing (e.g. >> >> wl_shm_pool::create_buffer::format to wl_shm::format, and >> >> wl_surface::set_buffer_transform::transfor

Re: [PATCH v2 0/4] Enum and bitfield XML attributes

2015-10-22 Thread Bill Spitzak
On Wed, Oct 21, 2015 at 5:22 AM, Nils Chr. Brause wrote: > > >> - Support for cross-interface enum referencing (e.g. > >> wl_shm_pool::create_buffer::format to wl_shm::format, and > >> wl_surface::set_buffer_transform::transform to wl_output::transform). > > > > Just to be clear on this, I think

Re: [PATCH v2 0/4] Enum and bitfield XML attributes

2015-10-21 Thread Nils Chr. Brause
Hi, On Tue, Oct 20, 2015 at 10:30 AM, Auke Booij wrote: > On 19 October 2015 at 23:21, Auke Booij wrote: >> There has been plenty of discussion regarding the introduction of new XML >> attributes. This series of patches improves on my earlier attempt to find >> common ground in this. >> >> Majo

Re: [PATCH v2 0/4] Enum and bitfield XML attributes

2015-10-20 Thread Auke Booij
On 19 October 2015 at 23:21, Auke Booij wrote: > There has been plenty of discussion regarding the introduction of new XML > attributes. This series of patches improves on my earlier attempt to find > common ground in this. > > Major exclusions from these patches are: > > - Support for cross-inter

[PATCH v2 0/4] Enum and bitfield XML attributes

2015-10-19 Thread Auke Booij
There has been plenty of discussion regarding the introduction of new XML attributes. This series of patches improves on my earlier attempt to find common ground in this. Major exclusions from these patches are: - Support for cross-interface enum referencing (e.g. wl_shm_pool::create_buffer::form