aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-04-03 21:25:42 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-04 18:47:48 -0400
commitd2d050d59cf19c583b100e6e3637ed9a06a8863f (patch)
treee7b42d8f1c6aaae6beb004a71dd49933abbc2af3 /include/sway/input/seat.h
parentAdd hidpi support to swaylock (diff)
downloadsway-d2d050d59cf19c583b100e6e3637ed9a06a8863f.tar.gz
sway-d2d050d59cf19c583b100e6e3637ed9a06a8863f.tar.zst
sway-d2d050d59cf19c583b100e6e3637ed9a06a8863f.zip
Address review feedback
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index 4b0fc3c1..d1cfbe4c 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -91,6 +91,6 @@ void seat_apply_config(struct sway_seat *seat, struct seat_config *seat_config);
91 91
92struct seat_config *seat_get_config(struct sway_seat *seat); 92struct seat_config *seat_get_config(struct sway_seat *seat);
93 93
94bool seat_allow_input(struct sway_seat *seat, struct wlr_surface *surface); 94bool seat_is_input_allowed(struct sway_seat *seat, struct wlr_surface *surface);
95 95
96#endif 96#endif