<div dir="ltr"><div>Both of these look good to me. I'll get around to pushing them soon.<br></div>--Jason<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Aug 4, 2014 at 10:43 AM, Jasper St. Pierre <span dir="ltr"><<a href="mailto:jstpierre@mecheye.net" target="_blank">jstpierre@mecheye.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
src/input.c | 5 ++++-<br>
1 file changed, 4 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/src/input.c b/src/input.c<br>
index 4aa8ca7..aaa2223 100644<br>
--- a/src/input.c<br>
+++ b/src/input.c<br>
@@ -1721,6 +1721,9 @@ seat_get_keyboard(struct wl_client *client, struct wl_resource *resource,<br>
wl_resource_set_implementation(cr, &keyboard_interface,<br>
seat, unbind_resource);<br>
<br>
+ if (wl_resource_get_version(cr) >= WL_KEYBOARD_REPEAT_INFO_SINCE_VERSION)<br>
+ wl_keyboard_send_repeat_info(cr, 30, 200);<br>
+<br>
if (seat->compositor->use_xkbcommon) {<br>
wl_keyboard_send_keymap(cr, WL_KEYBOARD_KEYMAP_FORMAT_XKB_V1,<br>
keyboard->xkb_info->keymap_fd,<br>
@@ -2207,7 +2210,7 @@ weston_seat_init(struct weston_seat *seat, struct weston_compositor *ec,<br>
wl_signal_init(&seat->destroy_signal);<br>
wl_signal_init(&seat->updated_caps_signal);<br>
<br>
- seat->global = wl_global_create(ec->wl_display, &wl_seat_interface, 3,<br>
+ seat->global = wl_global_create(ec->wl_display, &wl_seat_interface, 4,<br>
seat, bind_seat);<br>
<br>
seat->compositor = ec;<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.0.4<br>
<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br></div>