summaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_resize_tiling.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_resize_tiling.c')
-rw-r--r--sway/input/seatop_resize_tiling.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/input/seatop_resize_tiling.c b/sway/input/seatop_resize_tiling.c
index 05be6e70..2cca805d 100644
--- a/sway/input/seatop_resize_tiling.c
+++ b/sway/input/seatop_resize_tiling.c
@@ -71,8 +71,7 @@ static void handle_button(struct sway_seat *seat, uint32_t time_msec,
71 } 71 }
72} 72}
73 73
74static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec, 74static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec) {
75 double dx, double dy) {
76 struct seatop_resize_tiling_event *e = seat->seatop_data; 75 struct seatop_resize_tiling_event *e = seat->seatop_data;
77 int amount_x = 0; 76 int amount_x = 0;
78 int amount_y = 0; 77 int amount_y = 0;