aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-09-28 00:58:41 +0200
committeremersion <contact@emersion.fr>2017-09-28 00:58:41 +0200
commitdd9c15c69ecd5877d7a1caee6c2a3875df433a4b (patch)
tree6d67a44ef26ad84640e66ba312aab7385bb3ee81
parent63f277f3b95e353f034109e16d95ef3aca1d1a9c (diff)
rootston: no need to implement get_input_bounds and activate for wl_shell views
-rw-r--r--rootston/wl_shell.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/rootston/wl_shell.c b/rootston/wl_shell.c
index 7a37ce43..adb7eaee 100644
--- a/rootston/wl_shell.c
+++ b/rootston/wl_shell.c
@@ -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);