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

2014-08-19 Thread Jason Ekstrand
On Tue, Aug 19, 2014 at 3:58 AM, Pekka Paalanen wrote: > On Wed, 16 Jul 2014 11:13:06 +0300 > Giulio Camuffo wrote: > > > 2014-07-15 20:39 GMT+03:00 Daniel Stone : > > > Hi, > > > > > > > > > On Tuesday, July 15, 2014, Giulio Camuffo > wrote: > > >> > > >> 2014-07-14 22:31 GMT+03:00 Jason Ekstr

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

2014-08-19 Thread Pekka Paalanen
On Wed, 16 Jul 2014 11:13:06 +0300 Giulio Camuffo wrote: > 2014-07-15 20:39 GMT+03:00 Daniel Stone : > > Hi, > > > > > > On Tuesday, July 15, 2014, Giulio Camuffo wrote: > >> > >> 2014-07-14 22:31 GMT+03:00 Jason Ekstrand : > >> > Guilio, > >> > Would it be better to name it wl_event_queue_round

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

2014-07-16 Thread Giulio Camuffo
2014-07-15 20:39 GMT+03:00 Daniel Stone : > Hi, > > > On Tuesday, July 15, 2014, Giulio Camuffo wrote: >> >> 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-

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

2014-07-15 Thread Daniel Stone
Hi, On Tuesday, July 15, 2014, Giulio Camuffo wrote: > 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

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

2014-07-15 Thread Jason Ekstrand
On Tue, Jul 15, 2014 at 10:39 AM, Daniel Stone wrote: > Hi, > > > On Tuesday, July 15, 2014, Giulio Camuffo wrote: > >> 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

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

2014-07-15 Thread Daniel Stone
Hi, On Tuesday, July 15, 2014, Giulio Camuffo wrote: > 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

[PATCH wayland] 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(). --- src/wayland-client.c | 21 +++-- src/wayland-client.h | 2 ++ 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index e8aab