diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-19 10:20:32 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-19 10:20:32 -0500 |
commit | bd8cdf1e9ff0ba6a0e8f7c36fec7f7540c94fded (patch) | |
tree | bbc2650f3bbdf6aefa697d1c983a1288a517f924 /rootston/cursor.c | |
parent | 8f38b0504b5abcfd84247c348eb363e85d30c744 (diff) |
rootston: remove grab listeners
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r-- | rootston/cursor.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c index d0b40876..e2615bec 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -354,19 +354,3 @@ void roots_cursor_handle_request_set_cursor(struct roots_cursor *cursor, event->hotspot_y); cursor->cursor_client = event->seat_client->client; } - -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) { -} - -void roots_cursor_handle_touch_grab_begin(struct roots_cursor *cursor, - struct wlr_seat_touch_grab *grab) { -} - -void roots_cursor_handle_touch_grab_end(struct roots_cursor *cursor, - struct wlr_seat_touch_grab *grab) { -} |