diff options
author | emersion <contact@emersion.fr> | 2018-04-13 09:14:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 09:14:37 -0400 |
commit | 2b34bf1882f24ebd8c87debb2e2223bc084736c3 (patch) | |
tree | b27acb8f604bf5fc5cc39b927d3e62d748cf7313 /sway | |
parent | de65d05821d5eaae6525e86363c76aaa395346fb (diff) | |
parent | a5735c08c7c3d99c452ea87a591afef0f4c2f5d2 (diff) |
Merge branch 'master' into crashes
Diffstat (limited to 'sway')
-rw-r--r-- | sway/desktop/xwayland.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c index 413dbf8b..69166af0 100644 --- a/sway/desktop/xwayland.c +++ b/sway/desktop/xwayland.c @@ -113,8 +113,6 @@ static struct sway_xwayland_unmanaged *create_unmanaged( wl_signal_add(&xsurface->events.destroy, &surface->destroy); surface->destroy.notify = unmanaged_handle_destroy; - unmanaged_handle_map(&surface->map, xsurface); - return surface; } @@ -305,6 +303,4 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) { wl_signal_add(&xsurface->events.map, &xwayland_view->map); xwayland_view->map.notify = handle_map; - - handle_map(&xwayland_view->map, xsurface); } |