Skip to content
Snippets Groups Projects

libweston/input: update view transforms when handling touch_down

Merged Marius Vlad requested to merge mvlad/weston:wip/mvlad/send_touch_down into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -835,6 +835,8 @@ weston_touch_send_down(struct weston_touch *touch, const struct timespec *time,
if (!weston_touch_has_focus_resource(touch))
return;
weston_view_update_transform(touch->focus);
weston_view_from_global_fixed(touch->focus, x, y, &sx, &sy);
resource_list = &touch->focus_resource_list;
Loading