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
1 changed files with 0 additions and 1 deletions

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,