aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xwayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/xwayland.c')
-rw-r--r--sway/desktop/xwayland.c3
1 files changed, 0 insertions, 3 deletions
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) {
514 view_init(&xwayland_view->view, SWAY_VIEW_XWAYLAND, &view_impl); 514 view_init(&xwayland_view->view, SWAY_VIEW_XWAYLAND, &view_impl);
515 xwayland_view->view.wlr_xwayland_surface = xsurface; 515 xwayland_view->view.wlr_xwayland_surface = xsurface;
516 516
517 // TODO:
518 // - Look up pid and open on appropriate workspace
519
520 wl_signal_add(&xsurface->events.destroy, &xwayland_view->destroy); 517 wl_signal_add(&xsurface->events.destroy, &xwayland_view->destroy);
521 xwayland_view->destroy.notify = handle_destroy; 518 xwayland_view->destroy.notify = handle_destroy;
522 519