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
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
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