diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 08:04:01 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 08:04:01 -0500 |
commit | 815d71a3aa24cfb87870741319cae99ba1726b8f (patch) | |
tree | 42cc56c55a1276be1b8358c1a84fc639ea5d941d /rootston | |
parent | 069f120b70f364dc83d43dfff89ce731584299b5 (diff) |
validate grab serial for shell events
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/wl_shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/wl_shell.c b/rootston/wl_shell.c index 7f70acae..65067920 100644 --- a/rootston/wl_shell.c +++ b/rootston/wl_shell.c @@ -43,7 +43,6 @@ static void handle_request_resize(struct wl_listener *listener, void *data) { struct roots_input *input = view->desktop->server->input; struct wlr_wl_shell_surface_resize_event *e = data; struct roots_seat *seat = input_seat_from_wlr_seat(input, e->seat->seat); - // TODO verify input event if (!seat || seat->cursor->mode != ROOTS_CURSOR_PASSTHROUGH) { return; } |