Hi,

On 21 October 2013 13:41, Rui Matos <tiagoma...@gmail.com> wrote:
> @@ -230,7 +230,7 @@ CopyKeyClass(DeviceIntPtr device, DeviceIntPtr master)
>
>      mk->sourceid = device->id;
>
> -    if (!XkbCopyDeviceKeymap(master, device))
> +    if (device->key && !XkbDeviceApplyKeymap(master, 
> device->key->xkbInfo->desc))
>          FatalError("Couldn't pivot keymap from device to core!\n");
>  }

CopyKeyClass is only called when device->key is set.

But for the rest:
Reviewed-by: Daniel Stone <dan...@fooishbar.org>

Cheers,
Daniel
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to