libinput: Forward frame events to clients
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=77353 Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
committed by
Kristian Høgsberg
parent
e57d1f211d
commit
1679f232e5
@@ -1402,6 +1402,11 @@ touch_move_grab_motion(struct weston_touch_grab *grab, uint32_t time,
|
||||
weston_compositor_schedule_repaint(es->compositor);
|
||||
}
|
||||
|
||||
static void
|
||||
touch_move_grab_frame(struct weston_touch_grab *grab)
|
||||
{
|
||||
}
|
||||
|
||||
static void
|
||||
touch_move_grab_cancel(struct weston_touch_grab *grab)
|
||||
{
|
||||
@@ -1417,6 +1422,7 @@ static const struct weston_touch_grab_interface touch_move_grab_interface = {
|
||||
touch_move_grab_down,
|
||||
touch_move_grab_up,
|
||||
touch_move_grab_motion,
|
||||
touch_move_grab_frame,
|
||||
touch_move_grab_cancel,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user