diff options
author | emersion <contact@emersion.fr> | 2017-10-07 10:55:17 +0200 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-10-08 20:37:47 +0200 |
commit | 65d57920e534acb231bb04964b257b2186c7ce73 (patch) | |
tree | 26a69c80c7ada139ac1d1ec6e3c272b351ff2650 /include/rootston | |
parent | 78d3582b70dcd823c3675806bcbda6776282eb6f (diff) |
rootston: handle request_set_cursor
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h index 9caf66c0..bdd2a104 100644 --- a/include/rootston/input.h +++ b/include/rootston/input.h @@ -107,6 +107,8 @@ struct roots_input { struct wl_listener cursor_tool_tip; struct wl_listener pointer_grab_end; + + struct wl_listener request_set_cursor; }; struct roots_input *input_create(struct roots_server *server, |