aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-10 13:28:04 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-10 13:28:04 -0500
commit6339c4f161a80cc00a8e57f402ca45c5dbc86937 (patch)
tree0c1bc319c0623908ea17c6231e0154089c71eb50 /sway
parentseat focus on button press (diff)
downloadsway-6339c4f161a80cc00a8e57f402ca45c5dbc86937.tar.gz
sway-6339c4f161a80cc00a8e57f402ca45c5dbc86937.tar.zst
sway-6339c4f161a80cc00a8e57f402ca45c5dbc86937.zip
remove pointer device
Diffstat (limited to 'sway')
-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 94f547cc..b3d36681 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -63,7 +63,7 @@ void sway_seat_add_device(struct sway_seat *seat,
63 63
64static void seat_remove_pointer(struct sway_seat *seat, 64static void seat_remove_pointer(struct sway_seat *seat,
65 struct wlr_input_device *device) { 65 struct wlr_input_device *device) {
66 // TODO 66 wlr_cursor_detach_input_device(seat->cursor->cursor, device);
67} 67}
68 68
69void sway_seat_remove_device(struct sway_seat *seat, 69void sway_seat_remove_device(struct sway_seat *seat,