commit 009b42602460076f96073166ce647aa59177b961
parent 5ba2ae9c6a4372cbf6f8867b711bb55ef6937cb4
Author: Ryan Dwyer <ryandwyer1@gmail.com>
Date: Sun, 22 Jul 2018 22:44:09 +1000
Fix damage when shrinking a floating view using cursor
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
@@ -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,