Re: [PATCH 7/9] doc: fixed reference to non-existent function

2014-11-12 Thread Marek Chalupa
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

[PATCH 7/9] doc: fixed reference to non-existent function

2014-11-11 Thread Bill Spitzak
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