summaryrefslogtreecommitdiffstats
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/input/seatop_resize_floating.c b/sway/input/seatop_resize_floating.c
index 10af06fe..5da22e47 100644
--- a/sway/input/seatop_resize_floating.c
+++ b/sway/input/seatop_resize_floating.c
@@ -31,8 +31,7 @@ static void handle_button(struct sway_seat *seat, uint32_t time_msec,
31 } 31 }
32} 32}
33 33
34static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec, 34static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec) {
35 double dx, double dy) {
36 struct seatop_resize_floating_event *e = seat->seatop_data; 35 struct seatop_resize_floating_event *e = seat->seatop_data;
37 struct sway_container *con = e->con; 36 struct sway_container *con = e->con;
38 enum wlr_edges edge = e->edge; 37 enum wlr_edges edge = e->edge;