<div dir="auto"><div dir="auto"></div>Hi PQ,<div dir="auto"><br></div><div dir="auto">Thanks for your answer. It would be nice have it though.</div><div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">X</div><div dir="auto"><br></div><div dir="auto"><br><div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Le ven. 2 mars 2018 09 h 41, Pekka Paalanen <<a href="mailto:ppaalanen@gmail.com" target="_blank" rel="noreferrer">ppaalanen@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, 02 Mar 2018 14:27:23 +0000<br>
Sichem Zhou <<a href="mailto:sichem.zh@gmail.com" rel="noreferrer noreferrer" target="_blank">sichem.zh@gmail.com</a>> wrote:<br>
<br>
> Hi all,<br>
><br>
> I have a question regarding the Wayland client side API. I see there is API<br>
> to create a `wl_ event_queue` but it seems you can only assign `wl_proxy`<br>
> and send command to server.<br>
><br>
> Is anyway that I can create a event queue and keep it to myself, it's use<br>
> case lies in multi threading application where one thread trigger a event<br>
> and other thread process it. If I can use this queue myself. later on I can<br>
> just add an event in the queue and in main thread I just use<br>
> `wl_display_dispatch` to process the event.<br>
<br>
Hi,<br>
<br>
wl_event_queue is meant exclusively for processing events received from a<br>
Wayland server. It's not for generic use.<br>
<br>
<br>
Thanks,<br>
pq<br>
</blockquote></div></div></div></div>