aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-22 22:44:09 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-22 23:10:19 +1000
commit009b42602460076f96073166ce647aa59177b961 (patch)
tree5b27c21e47e5f4ba4edb9b2eca8429041ce8ff08 /sway/input/cursor.c
parentImplement request_move and request_resize for xwayland views (diff)
downloadsway-009b42602460076f96073166ce647aa59177b961.tar.gz
sway-009b42602460076f96073166ce647aa59177b961.tar.zst
sway-009b42602460076f96073166ce647aa59177b961.zip
Fix damage when shrinking a floating view using cursor
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r--sway/input/cursor.c1
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,
305 } 305 }
306 306
307 arrange_windows(con); 307 arrange_windows(con);
308 transaction_commit_dirty();
309} 308}
310 309
311void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time_msec, 310void cursor_send_pointer_motion(struct sway_cursor *cursor, uint32_t time_msec,