mirror of
https://github.com/swaywm/sway.git
synced 2025-11-18 06:59:48 -05:00
Merge branch 'master' into crashes
This commit is contained in:
commit
2b34bf1882
4 changed files with 34 additions and 30 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue