diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-22 22:44:09 +1000 |
---|---|---|
committer | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-07-22 23:10:19 +1000 |
commit | 009b42602460076f96073166ce647aa59177b961 (patch) | |
tree | 5b27c21e47e5f4ba4edb9b2eca8429041ce8ff08 /sway/input | |
parent | 5ba2ae9c6a4372cbf6f8867b711bb55ef6937cb4 (diff) |
Fix damage when shrinking a floating view using cursor
Diffstat (limited to 'sway/input')
-rw-r--r-- | sway/input/cursor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index f9b59fcc..ee50dcde 100644 --- 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, |