Re: [PATCH weston] input: implement repeat_info event on wl_keyboard

2014-05-30 Thread Jonny Lamb
On gio, 2013-11-28 at 15:34 +0100, Jonny Lamb wrote: > Sorry for the delay with these patches, I forgot to update them. Here > they are again, updated to master and support for rate and delay in > toytoolkit implemented. Here they are updated again for current master. -- Jonny Lamb _

Re: [PATCH weston] input: implement repeat_info event on wl_keyboard

2013-11-28 Thread Jonny Lamb
Il giorno gio, 25/07/2013 alle 13.54 +0100, Daniel Stone ha scritto: > This and the protocol patch both look good to me; in particular I > (surprisingly) can't see a problem with the versioning! The one thing > it's missing though, is integration into clients/window.c where it > sets up the keyboar

Re: [PATCH weston] input: implement repeat_info event on wl_keyboard

2013-07-25 Thread Daniel Stone
Hi, On 16 July 2013 09:33, Jonny Lamb wrote: > weston-compositor and the weston-info client have also been updated to > pass on and print these values if present. The rate and delay defaults > originate from X. This and the protocol patch both look good to me; in particular I (surprisingly) can'

[PATCH weston] input: implement repeat_info event on wl_keyboard

2013-07-16 Thread Jonny Lamb
weston-compositor and the weston-info client have also been updated to pass on and print these values if present. The rate and delay defaults originate from X. --- clients/weston-info.c| 106 --- src/compositor-wayland.c | 18 ++-- src/composito