aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,