Re: [PATCH weston 1/2] input: Send key-repeat

2014-08-05 Thread Jasper St. Pierre
I didn't see Jonny's implementation. I just hacked support up for myself here when testing GTK+. On Tue, Aug 5, 2014 at 8:37 AM, Daniel Stone wrote: > Hi, > > On 4 August 2014 18:43, Jasper St. Pierre wrote: > >> diff --git a/src/input.c b/src/input.c >> index 4aa8ca7..aaa2223 100644 >> --- a/

Re: [PATCH weston 1/2] input: Send key-repeat

2014-08-05 Thread Daniel Stone
Hi, On 4 August 2014 18:43, Jasper St. Pierre wrote: > diff --git a/src/input.c b/src/input.c > index 4aa8ca7..aaa2223 100644 > --- a/src/input.c > +++ b/src/input.c > @@ -1721,6 +1721,9 @@ seat_get_keyboard(struct wl_client *client, struct > wl_resource *resource, > wl_resource_set_impl

Re: [PATCH weston 1/2] input: Send key-repeat

2014-08-04 Thread Jason Ekstrand
Both of these look good to me. I'll get around to pushing them soon. --Jason On Mon, Aug 4, 2014 at 10:43 AM, Jasper St. Pierre wrote: > --- > src/input.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/input.c b/src/input.c > index 4aa8ca7..aaa2223 100644 > -

[PATCH weston 1/2] input: Send key-repeat

2014-08-04 Thread Jasper St. Pierre
--- src/input.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/input.c b/src/input.c index 4aa8ca7..aaa2223 100644 --- a/src/input.c +++ b/src/input.c @@ -1721,6 +1721,9 @@ seat_get_keyboard(struct wl_client *client, struct wl_resource *resource, wl_resource_s