1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-29 08:34:13 +01:00

Fix damage when shrinking a floating view using cursor

This commit is contained in:
Ryan Dwyer 2018-07-22 22:44:09 +10:00
parent 5ba2ae9c6a
commit 009b426024

View file

@ -305,7 +305,6 @@ static void handle_resize_motion(struct sway_seat *seat,
}
arrange_windows(con);
transaction_commit_dirty();
}
void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time_msec,