Re: [PATCH weston] input: send wl_keyboard.repeat_info with rate and delay info

2014-08-12 Thread Jonny Lamb
On ven, 2014-07-25 at 15:01 +0300, Pekka Paalanen wrote: > This may get nsec > 9, which seems to just make the timer fail. > The first thing I tried was repeat_delay=1000 and got no repeat at > all. It works, if I set it to 999 instead. :-) > > Also repeat_rate=1 would hit a similar problem

Re: [PATCH weston] input: send wl_keyboard.repeat_info with rate and delay info

2014-08-05 Thread Jason Ekstrand
Bump. I just pushed Jasper's simple patch before seeing Daniel's comment about this one. Did we ever figure out pekka's crash? I'd like to see this committed soon. --Jason Ekstrand On Fri, Jul 25, 2014 at 5:01 AM, Pekka Paalanen wrote: > On Wed, 16 Jul 2014 23:05:10 +0200 > Jonny Lamb wrot

Re: [PATCH weston] input: send wl_keyboard.repeat_info with rate and delay info

2014-07-25 Thread Pekka Paalanen
On Wed, 16 Jul 2014 23:05:10 +0200 Jonny Lamb wrote: > The compositor reads the values out from weston.ini, the weston > compositor passes on the values, the weston-info client prints out the > values, and the values are respected in toytoolkit. > --- > clients/weston-info.c| 89 > +

Re: [PATCH weston] input: send wl_keyboard.repeat_info with rate and delay info

2014-07-16 Thread Jonny Lamb
On lun, 2014-06-02 at 10:43 +0300, Pekka Paalanen wrote: > Looks good, only few comments there. They should all be fixed now. -- Jonny Lamb ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[PATCH weston] input: send wl_keyboard.repeat_info with rate and delay info

2014-07-16 Thread Jonny Lamb
The compositor reads the values out from weston.ini, the weston compositor passes on the values, the weston-info client prints out the values, and the values are respected in toytoolkit. --- clients/weston-info.c| 89 +++- clients/window.c |

Re: [PATCH weston] input: send wl_keyboard.repeat_info with rate and delay info

2014-06-02 Thread Pekka Paalanen
On Fri, 30 May 2014 11:32:24 +0200 Jonny Lamb wrote: > The compositor reads the values out from weston.ini, the weston > compositor passes on the values, the weston-info client prints out the > values, and the values are respected in toytoolkit. > --- > clients/weston-info.c| 106 >

[PATCH weston] input: send wl_keyboard.repeat_info with rate and delay info

2014-05-30 Thread Jonny Lamb
The compositor reads the values out from weston.ini, the weston compositor passes on the values, the weston-info client prints out the values, and the values are respected in toytoolkit. --- clients/weston-info.c| 106 --- clients/window.c |

[PATCH weston] input: send wl_keyboard.repeat_info with rate and delay info

2013-11-28 Thread Jonny Lamb
The compositor reads the values out from weston.ini, the weston compositor passes on the values, the weston-info client prints out the values, and the values are respected in toytoolkit. --- clients/weston-info.c| 106 --- clients/window.c |