rootston: no need to implement get_input_bounds and activate for wl_shell views

This commit is contained in:
emersion 2017-09-28 00:58:41 +02:00
parent 63f277f3b9
commit dd9c15c69e
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 0 additions and 3 deletions

View File

@ -78,9 +78,6 @@ void handle_wl_shell_surface(struct wl_listener *listener, void *data) {
view->wl_shell_surface = surface;
view->roots_wl_shell_surface = roots_surface;
view->wlr_surface = surface->surface;
// TODO
//view->get_input_bounds = get_input_bounds;
//view->activate = activate;
view->desktop = desktop;
roots_surface->view = view;
wl_list_insert(&desktop->views, &view->link);