aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2022-03-09 16:50:20 -0500
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2022-03-17 21:52:59 +0300
commit440d0bc22d57b8b0b21a8acbf127243b8d08cfae (patch)
treeb7988cd9caef571636f775a78c8e39f95b610d0a /sway/input/seat.c
parentsway/input/seat: take output name from specialized input device (diff)
downloadsway-440d0bc22d57b8b0b21a8acbf127243b8d08cfae.tar.gz
sway-440d0bc22d57b8b0b21a8acbf127243b8d08cfae.tar.zst
sway-440d0bc22d57b8b0b21a8acbf127243b8d08cfae.zip
sway/input: follow up wlroots input device events renaming
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 5782478d..d940bb5d 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -1574,7 +1574,7 @@ void seatop_pointer_motion(struct sway_seat *seat, uint32_t time_msec) {
1574} 1574}
1575 1575
1576void seatop_pointer_axis(struct sway_seat *seat, 1576void seatop_pointer_axis(struct sway_seat *seat,
1577 struct wlr_event_pointer_axis *event) { 1577 struct wlr_pointer_axis_event *event) {
1578 if (seat->seatop_impl->pointer_axis) { 1578 if (seat->seatop_impl->pointer_axis) {
1579 seat->seatop_impl->pointer_axis(seat, event); 1579 seat->seatop_impl->pointer_axis(seat, event);
1580 } 1580 }