diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-12 17:04:56 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-15 08:34:48 -0500 |
commit | 4240096b83989c4820aad33f9a866148e6b9e250 (patch) | |
tree | 65616f14621276958c1b6c4a2ab422ac873cdeba /rootston | |
parent | e5a31ae87054dacfbdea6ebf4ceba92dbd067e36 (diff) |
wlr-seat: default touch grab
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/cursor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c index 417bdaf5..632966d4 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -235,7 +235,6 @@ void roots_cursor_handle_touch_down(struct roots_cursor *cursor, void roots_cursor_handle_touch_up(struct roots_cursor *cursor, struct wlr_event_touch_up *event) { - // TODO wlr_seat_touch_notify_up(cursor->seat->seat, event->time_msec, event->slot); //roots_cursor_press_button(cursor, event->device, event->time_msec, BTN_LEFT, 0); } |