Actually, this comment should be deleted, wl_display_dispatch() doesn't do
anything like that since the wl_display_acquire_fd() was deleted. Or maybe
better, it should be replaced with current behavior regarding threads, that
is something like:
"This function can not be called simultaneously from
This is a guess as to what the correct reference is, please check!
---
src/wayland-client.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wayland-client.c b/src/wayland-client.c
index 21fc3e9..fb459a3 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -150