aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-06 07:32:59 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-06 07:32:59 -0400
commit48ae4fc5882d5d1b47e951b9f4fc0c64584d856e (patch)
treee682ba614fdeee69f38794100164fbff9b01289d /include/rootston
parent4657f10dd29e0dd5d27967b72e4dc1d95b34b6aa (diff)
rootston: handle grab end
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h
index ae3e3b80..4b9bd1dd 100644
--- a/include/rootston/input.h
+++ b/include/rootston/input.h
@@ -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,