[PATCH weston] nested-client: fix typo

Pekka Paalanen ppaalanen at gmail.com
Mon Mar 30 05:29:04 PDT 2015


On Sat, 28 Mar 2015 07:06:40 +0100
Manuel Bachmann <manuel.bachmann at open.eurogiciel.org> wrote:

> From: Manuel Bachmann <manuel.bachmann at open.eurogiciel.org>
> 
> Should be "client" instead of "nclient".
> 
> Signed-off-by: Manuel Bachmann <manuel.bachmann at open.eurogiciel.org>
> ---
>  clients/nested-client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/clients/nested-client.c b/clients/nested-client.c
> index 615f589..27dc54f 100644
> --- a/clients/nested-client.c
> +++ b/clients/nested-client.c
> @@ -310,7 +310,7 @@ nested_client_create(void)
>  					      client->width, client->height);
>  
>  	client->egl_surface = weston_platform_create_egl_surface(client->egl_display,
> -								 nclient->egl_config,
> +								 client->egl_config,
>  								 client->native, NULL);
>  
>  	eglMakeCurrent(client->egl_display, client->egl_surface,

Pushed.
   e812859..56d9b88  master -> master

Thanks,
pq


More information about the wayland-devel mailing list