diff options
Diffstat (limited to 'sway/desktop')
| -rw-r--r-- | sway/desktop/xdg_shell.c | 3 | ||||
| -rw-r--r-- | sway/desktop/xdg_shell_v6.c | 3 | ||||
| -rw-r--r-- | sway/desktop/xwayland.c | 3 | 
3 files changed, 0 insertions, 9 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) {  	view_init(&xdg_shell_view->view, SWAY_VIEW_XDG_SHELL, &view_impl);  	xdg_shell_view->view.wlr_xdg_surface = xdg_surface; -	// TODO: -	// - Look up pid and open on appropriate workspace -  	xdg_shell_view->map.notify = handle_map;  	wl_signal_add(&xdg_surface->events.map, &xdg_shell_view->map); diff --git a/sway/desktop/xdg_shell_v6.c b/sway/desktop/xdg_shell_v6.c index 7fb85410..46fd4769 100644 --- a/sway/desktop/xdg_shell_v6.c +++ b/sway/desktop/xdg_shell_v6.c @@ -409,9 +409,6 @@ void handle_xdg_shell_v6_surface(struct wl_listener *listener, void *data) {  	view_init(&xdg_shell_v6_view->view, SWAY_VIEW_XDG_SHELL_V6, &view_impl);  	xdg_shell_v6_view->view.wlr_xdg_surface_v6 = xdg_surface; -	// TODO: -	// - Look up pid and open on appropriate workspace -  	xdg_shell_v6_view->map.notify = handle_map;  	wl_signal_add(&xdg_surface->events.map, &xdg_shell_v6_view->map); diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c index 2546168b..65d4fcd4 100644 --- a/sway/desktop/xwayland.c +++ b/sway/desktop/xwayland.c @@ -514,9 +514,6 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) {  	view_init(&xwayland_view->view, SWAY_VIEW_XWAYLAND, &view_impl);  	xwayland_view->view.wlr_xwayland_surface = xsurface; -	// TODO: -	// - Look up pid and open on appropriate workspace -  	wl_signal_add(&xsurface->events.destroy, &xwayland_view->destroy);  	xwayland_view->destroy.notify = handle_destroy; | 
