aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_resize_floating.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_resize_floating.c')
-rw-r--r--sway/input/seatop_resize_floating.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seatop_resize_floating.c b/sway/input/seatop_resize_floating.c
index 12851b40..bf6c7ab4 100644
--- a/sway/input/seatop_resize_floating.c
+++ b/sway/input/seatop_resize_floating.c
@@ -142,7 +142,7 @@ static void handle_motion(struct sway_seat *seat, uint32_t time_msec) {
142 arrange_container(con); 142 arrange_container(con);
143} 143}
144 144
145static void handle_finish(struct sway_seat *seat) { 145static void handle_finish(struct sway_seat *seat, uint32_t time_msec) {
146 cursor_set_image(seat->cursor, "left_ptr", NULL); 146 cursor_set_image(seat->cursor, "left_ptr", NULL);
147} 147}
148 148