[PATCH wayland] client: remove old comment

Pekka Paalanen ppaalanen at gmail.com
Wed Nov 26 04:47:04 PST 2014


On Wed, 12 Nov 2014 13:28:43 +0100
Marek Chalupa <mchqwerty at gmail.com> wrote:

> There is nothing like main thread since
> 3c7e8bfbb4745315b7bcbf69fa746c3d6718c305 anymore.
> 
> Signed-off-by: Marek Chalupa <mchqwerty at gmail.com>
> ---
>  src/wayland-client.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/src/wayland-client.c b/src/wayland-client.c
> index 01629e0..41c49e9 100644
> --- a/src/wayland-client.c
> +++ b/src/wayland-client.c
> @@ -1546,8 +1546,6 @@ wl_display_dispatch(struct wl_display *display)
>   * receive the frame event for the previous frame, and as such queue
>   * events in the main queue.
>   *
> - * \note Calling this makes the current thread the main one.
> - *
>   * \sa wl_display_dispatch(), wl_display_dispatch_queue(),
>   * wl_display_flush()
>   *

There are many more references to "main thread".

Would be nice if you did git grep 'main thread', and checked what else
needs fixing. Even after "client: update documentation about threading"
some notes remain.


Thanks,
pq


More information about the wayland-devel mailing list