summaryrefslogtreecommitdiffstats
path: root/sway/input/seatop_down.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seatop_down.c')
-rw-r--r--sway/input/seatop_down.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sway/input/seatop_down.c b/sway/input/seatop_down.c
index 0d24f480..17f619e3 100644
--- a/sway/input/seatop_down.c
+++ b/sway/input/seatop_down.c
@@ -37,8 +37,7 @@ static void handle_button(struct sway_seat *seat, uint32_t time_msec,
37 } 37 }
38} 38}
39 39
40static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec, 40static void handle_pointer_motion(struct sway_seat *seat, uint32_t time_msec) {
41 double dx, double dy) {
42 struct seatop_down_event *e = seat->seatop_data; 41 struct seatop_down_event *e = seat->seatop_data;
43 struct sway_container *con = e->con; 42 struct sway_container *con = e->con;
44 if (seat_is_input_allowed(seat, con->view->surface)) { 43 if (seat_is_input_allowed(seat, con->view->surface)) {
@@ -60,7 +59,7 @@ static void handle_tablet_tool_tip(struct sway_seat *seat,
60} 59}
61 60
62static void handle_tablet_tool_motion(struct sway_seat *seat, 61static void handle_tablet_tool_motion(struct sway_seat *seat,
63 struct sway_tablet_tool *tool, uint32_t time_msec, double dx, double dy) { 62 struct sway_tablet_tool *tool, uint32_t time_msec) {
64 struct seatop_down_event *e = seat->seatop_data; 63 struct seatop_down_event *e = seat->seatop_data;
65 struct sway_container *con = e->con; 64 struct sway_container *con = e->con;
66 if (seat_is_input_allowed(seat, con->view->surface)) { 65 if (seat_is_input_allowed(seat, con->view->surface)) {