aboutsummaryrefslogtreecommitdiff
path: root/include/rootston
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-11-08 15:35:47 -0500
committerTony Crisci <tony@dubstepdish.com>2017-11-08 15:35:47 -0500
commit06642859f1d6c1e88056a606dac7376fb59e9205 (patch)
treed391c4268ec323c3f9601be5b74faebe4d0e265d /include/rootston
parent428bf18ec70a29d6e3d778ab3baf175a3cead0af (diff)
rootston: drag icons
Diffstat (limited to 'include/rootston')
-rw-r--r--include/rootston/cursor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rootston/cursor.h b/include/rootston/cursor.h
index 3bc8c08b..c0dbc010 100644
--- a/include/rootston/cursor.h
+++ b/include/rootston/cursor.h
@@ -94,4 +94,10 @@ void roots_cursor_handle_tool_tip(struct roots_cursor *cursor,
void roots_cursor_handle_request_set_cursor(struct roots_cursor *cursor,
struct wlr_seat_pointer_request_set_cursor_event *event);
+void roots_cursor_handle_pointer_grab_begin(struct roots_cursor *cursor,
+ struct wlr_seat_pointer_grab *grab);
+
+void roots_cursor_handle_pointer_grab_end(struct roots_cursor *cursor,
+ struct wlr_seat_pointer_grab *grab);
+
#endif