Re: [PATCH wayland 6/8] client: Correct documentation regarding thread safeness

2015-10-08 Thread Jonas Ådahl
On Thu, Oct 08, 2015 at 02:25:31PM +0300, Pekka Paalanen wrote: > On Fri, 2 Oct 2015 17:32:57 +0800 > Jonas Ådahl wrote: > > > The current documentation about wl_display_dispatch() states one may not > > mix wl_display_dispatch(_queue)() with wl_display_prepare_read() and > > friends, but this i

Re: [PATCH wayland 6/8] client: Correct documentation regarding thread safeness

2015-10-08 Thread Pekka Paalanen
On Fri, 2 Oct 2015 17:32:57 +0800 Jonas Ådahl wrote: > The current documentation about wl_display_dispatch() states one may not > mix wl_display_dispatch(_queue)() with wl_display_prepare_read() and > friends, but this is a misconception about how > wl_display_dispatch(_queue)() works. The fact

[PATCH wayland 6/8] client: Correct documentation regarding thread safeness

2015-10-02 Thread Jonas Ådahl
The current documentation about wl_display_dispatch() states one may not mix wl_display_dispatch(_queue)() with wl_display_prepare_read() and friends, but this is a misconception about how wl_display_dispatch(_queue)() works. The fact is that the dispatch functions does the equivalent of what the p