rootston: handle grab end

This commit is contained in:
Tony Crisci 2017-10-06 07:32:59 -04:00
parent 4657f10dd2
commit 48ae4fc588
4 changed files with 21 additions and 2 deletions

View file

@ -105,6 +105,8 @@ struct roots_input {
struct wl_listener cursor_axis;
struct wl_listener cursor_tool_axis;
struct wl_listener cursor_tool_tip;
struct wl_listener pointer_grab_end;
};
struct roots_input *input_create(struct roots_server *server,