mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
Forgot notify
This commit is contained in:
parent
98c7cd9d67
commit
d9a7896fb9
1 changed files with 1 additions and 0 deletions
|
|
@ -453,6 +453,7 @@ static void process_cursor_motion(struct tinywl_server *server, uint32_t time) {
|
|||
view = server->grabbed_view;
|
||||
sx = server->cursor->x - view->x;
|
||||
sy = server->cursor->y - view->y;
|
||||
wlr_seat_pointer_notify_motion(seat, time, sx, sy);
|
||||
} else if (surface) {
|
||||
/*
|
||||
* Send pointer enter and motion events.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue