WebPlatformForEmbedded / WPEBackend-rdk

BSD 2-Clause "Simplified" License
8 stars 38 forks source link

Fix wayland event loop integration #68

Closed hwti closed 8 months ago

hwti commented 2 years ago

Synchronize the Wayland event loop with WPEBackend-fdo (but without a wl_event_queue).

Now the events which are already pending in "check" are dispatched in "dispatch" instead of synchronously. This allows glib to handle priorities, which should be fairer.

This fixes at least :

blino commented 8 months ago

@magomez @aperezdc : does it look ok?