<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr"><div><div><div><div><div>Hallo Dear wayland developers,<br><br></div>I thing i have a very common use case and currently i don't now how to get it work in wayland.<br>
</div><br></div>We have a wayland client application with 2 threads:<br>
<br></div>thread1 - rendering thread - the eglSwapBuffer will  call wl_display_dispatch internally:<br></div>thread2 - input thread - this should wait and dispatch wayland input events<br><br></div><div>waiting in wl_display_dispatch is not possible because it will block the eglSwapBuffer call and currently i can not find a way to do it. Maybe the wl_display_prepare_read and wl_display_read_events can be used to implement the use case<br>
</div><div>but the complete sequence of the wayland call is unclear for me.<br></div><div><br>Can any body put some light on this?<br></div><div dir="ltr"><br></div><div>p.s.: sorry for sending incomplete message to list <br>
</div><div dir="ltr"><div>                 <br></div></div>
</div><br></div>