Re: [PATCH wayland v3] client: add a public function to make a roundtrip on a custom queue

2014-08-20 Thread Giulio Camuffo
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

Re: [PATCH wayland v3] client: add a public function to make a roundtrip on a custom queue

2014-08-20 Thread 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 queue parameter > src/wayland-client.c | 24

[PATCH wayland v3] client: add a public function to make a roundtrip on a custom queue

2014-07-23 Thread Giulio Camuffo
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

Re: [PATCH wayland v3] client: add a public function to make a roundtrip on a custom queue

2014-07-15 Thread Giulio Camuffo
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. > -

Re: [PATCH wayland v3] client: add a public function to make a roundtrip on a custom queue

2014-07-14 Thread 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? --Jason Ekstrand On Mon, Jul 14, 2014 at 7:15 AM, Giulio Camuffo wrote: > wl_display_roundtrip()

[PATCH wayland v3] client: add a public function to make a roundtrip on a custom queue

2014-07-14 Thread Giulio Camuffo
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