Re: [PATCH wayland v2 1/2] client: update obsolete comments

2014-12-10 Thread Marek Chalupa
On 9 December 2014 at 17:08, Pekka Paalanen wrote: > On Wed, 3 Dec 2014 13:05:16 +0100 > Marek Chalupa wrote: > > > On 28 November 2014 at 14:30, Pekka Paalanen > wrote: > > > > > On Fri, 28 Nov 2014 12:18:55 +0100 > > > Marek Chalupa wrote: > > > > > > > 1) there is nothing like main thread s

Re: [PATCH wayland v2 1/2] client: update obsolete comments

2014-12-09 Thread Pekka Paalanen
On Wed, 3 Dec 2014 13:05:16 +0100 Marek Chalupa wrote: > On 28 November 2014 at 14:30, Pekka Paalanen wrote: > > > On Fri, 28 Nov 2014 12:18:55 +0100 > > Marek Chalupa wrote: > > > > > 1) there is nothing like main thread since > > >3c7e8bfbb4745315b7bcbf69fa746c3d6718c305 anymore, so remo

Re: [PATCH wayland v2 1/2] client: update obsolete comments

2014-12-03 Thread Marek Chalupa
On 28 November 2014 at 14:30, Pekka Paalanen wrote: > On Fri, 28 Nov 2014 12:18:55 +0100 > Marek Chalupa wrote: > > > 1) there is nothing like main thread since > >3c7e8bfbb4745315b7bcbf69fa746c3d6718c305 anymore, so remove > >it from documentation and update the doc accordingly. > > > >

Re: [PATCH wayland v2 1/2] client: update obsolete comments

2014-11-28 Thread Pekka Paalanen
On Fri, 28 Nov 2014 12:18:55 +0100 Marek Chalupa wrote: > 1) there is nothing like main thread since >3c7e8bfbb4745315b7bcbf69fa746c3d6718c305 anymore, so remove >it from documentation and update the doc accordingly. > > 2) use calling 'default queue' instead of 'main queue'. In the code

[PATCH wayland v2 1/2] client: update obsolete comments

2014-11-28 Thread Marek Chalupa
1) there is nothing like main thread since 3c7e8bfbb4745315b7bcbf69fa746c3d6718c305 anymore, so remove it from documentation and update the doc accordingly. 2) use calling 'default queue' instead of 'main queue'. In the code we use display->default_queue, so it'll be easier the understand