Implement pointer-constraints protocol in wlroots and rootston

This commit is contained in:
Las 2018-08-10 18:19:16 +02:00
parent 437f538772
commit fa2e6e7d9d
23 changed files with 1134 additions and 20 deletions

View file

@ -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,