Skip to content
Commit 780b9806 authored by David Herrmann's avatar David Herrmann Committed by Kristian Høgsberg
Browse files

wayland-client: link all event-queues of each display into a list



We need access to all event-queues of a single wl_display object. For
instance during connection-errors, we need to be able to wake up all event
queues. Otherwise, they will be stuck waiting for incoming events.

The API user is responsible to keep a wl_display object around until all
event-queues that were created on it are destroyed.

Signed-off-by: default avatarDavid Herrmann <dh.herrmann@googlemail.com>
parent 04720307
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment