summaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_move_floating.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_move_floating.c')
-rw-r--r--sway/input/seatop_move_floating.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/input/seatop_move_floating.c b/sway/input/seatop_move_floating.c
index b9a20402..7f501fc9 100644
--- a/sway/input/seatop_move_floating.c
+++ b/sway/input/seatop_move_floating.c
@@ -34,8 +34,7 @@ static void handle_tablet_tool_tip(struct sway_seat *seat,
34 finalize_move(seat); 34 finalize_move(seat);
35 } 35 }
36} 36}
37static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec, 37static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec) {
38 double dx, double dy) {
39 struct seatop_move_floating_event *e = seat->seatop_data; 38 struct seatop_move_floating_event *e = seat->seatop_data;
40 struct wlr_cursor *cursor = seat->cursor->cursor; 39 struct wlr_cursor *cursor = seat->cursor->cursor;
41 desktop_damage_whole_container(e->con); 40 desktop_damage_whole_container(e->con);