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