diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-08 15:23:56 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-08 15:23:56 -0500 |
commit | 428bf18ec70a29d6e3d778ab3baf175a3cead0af (patch) | |
tree | 1b2d54a95b02a7dc6a2af5cbec7eb7c7f497c3e0 /include/rootston/input.h | |
parent | 992f931ae9319999f338298d8e0538f13ee388d7 (diff) |
rootston: request set cursor
Diffstat (limited to 'include/rootston/input.h')
-rw-r--r-- | include/rootston/input.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h index e073a59d..ea0bbeb6 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -17,11 +17,6 @@ struct roots_input { struct wl_listener input_remove; struct wl_list seats; - - struct wl_listener pointer_grab_begin; - struct wl_listener pointer_grab_end; - - struct wl_listener request_set_cursor; }; struct roots_input *input_create(struct roots_server *server, |