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:
@ -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;
|
||||
|
Reference in New Issue
Block a user