summaryrefslogtreecommitdiff
path: root/include/sway/input/seat.h
diff options
context:
space:
mode:
authorTony Crisci <[email protected]>2017-12-09 11:51:28 -0500
committerTony Crisci <[email protected]>2017-12-09 11:51:28 -0500
commit7c67bea942d44b93cf03c3223067d2668905a3c0 (patch)
treeb38e866cd7ec921eec8833915852cf3700101c7b /include/sway/input/seat.h
parentd76e745b738281fb98834fd5dee78f2a21727d80 (diff)
sway xcursor manager
Diffstat (limited to 'include/sway/input/seat.h')
-rw-r--r--include/sway/input/seat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/input/seat.h b/include/sway/input/seat.h
index a84b7efd..f7f8a1bb 100644
--- a/include/sway/input/seat.h
+++ b/include/sway/input/seat.h
@@ -18,4 +18,6 @@ void sway_seat_add_device(struct sway_seat *seat,
void sway_seat_remove_device(struct sway_seat *seat,
struct wlr_input_device *device);
+void sway_seat_configure_xcursor(struct sway_seat *seat);
+
#endif