[wayland] client: remove duplicate wl_event_queue_init

Murray Calavera murray.calavera at gmail.com
Tue Sep 13 21:55:37 UTC 2016


I can't read, ignore this.
Sorry.

On 13/09/2016, Murray Calavera <murray.calavera at gmail.com> wrote:
> Signed-off-by: Murray Calavera <murray.calavera at gmail.com>
> ---
>  src/wayland-client.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/src/wayland-client.c b/src/wayland-client.c
> index 03c087a..c995a09 100644
> --- a/src/wayland-client.c
> +++ b/src/wayland-client.c
> @@ -932,7 +932,6 @@ wl_display_connect_to_fd(int fd)
>
>  	display->fd = fd;
>  	wl_map_init(&display->objects, WL_MAP_CLIENT_SIDE);
> -	wl_event_queue_init(&display->default_queue, display);
>  	wl_event_queue_init(&display->display_queue, display);
>  	pthread_mutex_init(&display->mutex, NULL);
>  	pthread_cond_init(&display->reader_cond, NULL);
> --
> 2.9.3
>
>


More information about the wayland-devel mailing list