wayland/pointer-constraints: Send wl_pointer.frame when locked

We were not sending wl_pointer.frame after
wp_relative_pointer.relative_motion. Fix that.

https://bugzilla.gnome.org/show_bug.cgi?id=770994
This commit is contained in:
Jonas Ådahl
2016-09-06 12:45:01 +08:00
parent 640178a94f
commit 0c53677992
3 changed files with 4 additions and 1 deletions

View File

@ -244,7 +244,7 @@ meta_wayland_pointer_send_frame (MetaWaylandPointer *pointer,
wl_pointer_send_frame (resource);
}
static void
void
meta_wayland_pointer_broadcast_frame (MetaWaylandPointer *pointer)
{
struct wl_resource *resource;