mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Fix damage when shrinking a floating view using cursor
This commit is contained in:
parent
5ba2ae9c6a
commit
009b426024
@ -305,7 +305,6 @@ static void handle_resize_motion(struct sway_seat *seat,
|
|||||||
}
|
}
|
||||||
|
|
||||||
arrange_windows(con);
|
arrange_windows(con);
|
||||||
transaction_commit_dirty();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time_msec,
|
void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time_msec,
|
||||||
|
Loading…
Reference in New Issue
Block a user