diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-08 15:35:47 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-08 15:35:47 -0500 |
commit | 06642859f1d6c1e88056a606dac7376fb59e9205 (patch) | |
tree | d391c4268ec323c3f9601be5b74faebe4d0e265d /include | |
parent | 428bf18ec70a29d6e3d778ab3baf175a3cead0af (diff) |
rootston: drag icons
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/cursor.h | 6 |
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 |