aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/input.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-09-27 05:57:43 -0500
committerGitHub <noreply@github.com>2018-09-27 05:57:43 -0500
commit5e9959daaaa86394917144c9928c734fbf533f04 (patch)
tree7503c7ea870f40d68b0ee594d5129cd592ccbff4 /include/rootston/input.h
parente47b8cd629f9378c74673cb577cc268667a71d1e (diff)
parent1b598f67ca28dce6b61829694ba1a55d05e35678 (diff)
Merge pull request #852 from Laaas/master
Implement pointer-constraints-unstable-v1 protocol
Diffstat (limited to 'include/rootston/input.h')
-rw-r--r--include/rootston/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h
index 2cdb13e6..31810b4d 100644
--- a/include/rootston/input.h
+++ b/include/rootston/input.h
@@ -16,7 +16,7 @@ struct roots_input {
struct wl_listener new_input;
- struct wl_list seats;
+ struct wl_list seats; // roots_seat::link
};
struct roots_input *input_create(struct roots_server *server,