aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xdg_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/xdg_shell.c')
-rw-r--r--sway/desktop/xdg_shell.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/desktop/xdg_shell.c b/sway/desktop/xdg_shell.c
index 62c3abc8..f3e4fef8 100644
--- a/sway/desktop/xdg_shell.c
+++ b/sway/desktop/xdg_shell.c
@@ -418,9 +418,6 @@ void handle_xdg_shell_surface(struct wl_listener *listener, void *data) {
418 view_init(&xdg_shell_view->view, SWAY_VIEW_XDG_SHELL, &view_impl); 418 view_init(&xdg_shell_view->view, SWAY_VIEW_XDG_SHELL, &view_impl);
419 xdg_shell_view->view.wlr_xdg_surface = xdg_surface; 419 xdg_shell_view->view.wlr_xdg_surface = xdg_surface;
420 420
421 // TODO:
422 // - Look up pid and open on appropriate workspace
423
424 xdg_shell_view->map.notify = handle_map; 421 xdg_shell_view->map.notify = handle_map;
425 wl_signal_add(&xdg_surface->events.map, &xdg_shell_view->map); 422 wl_signal_add(&xdg_surface->events.map, &xdg_shell_view->map);
426 423