2014-08-20 15:03 GMT+03:00 Pekka Paalanen :
> On Mon, 14 Jul 2014 17:15:39 +0300
> Giulio Camuffo wrote:
>
>> wl_display_roundtrip() works on the default queue. Add a parallel
>> wl_display_roundtrip_queue().
>> ---
>>
>> v3: fixed dispatch call in place of dispatch_queue
>> documented the que
On Mon, 14 Jul 2014 17:15:39 +0300
Giulio Camuffo wrote:
> wl_display_roundtrip() works on the default queue. Add a parallel
> wl_display_roundtrip_queue().
> ---
>
> v3: fixed dispatch call in place of dispatch_queue
> documented the queue parameter
> src/wayland-client.c | 24
wl_display_roundtrip(display) works on the default queue. Add a
parallel wl_event_queue_roundtrip(queue).
---
v3: renamed wl_display_roundtrip_queue() to wl_event_queue_roundtrip()
src/wayland-client.c | 29 +++--
src/wayland-client.h | 1 +
2 files changed, 24 insertion
2014-07-14 22:31 GMT+03:00 Jason Ekstrand :
> Guilio,
> Would it be better to name it wl_event_queue_roundtrip and just have it take
> the wl_event_queue? I guess it is sort-of a wl_display operation, but you
> could argue it either way. Thoughts?
You have a point here, it makes more sense.
> -
Guilio,
Would it be better to name it wl_event_queue_roundtrip and just have it
take the wl_event_queue? I guess it is sort-of a wl_display operation, but
you could argue it either way. Thoughts?
--Jason Ekstrand
On Mon, Jul 14, 2014 at 7:15 AM, Giulio Camuffo
wrote:
> wl_display_roundtrip()
wl_display_roundtrip() works on the default queue. Add a parallel
wl_display_roundtrip_queue().
---
v3: fixed dispatch call in place of dispatch_queue
documented the queue parameter
src/wayland-client.c | 24 +---
src/wayland-client.h | 2 ++
2 files changed, 23 insertion