mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-12-17 02:13:18 +00:00
disable client's scene node after create it
will be enabled when setting up its monitor and arrange it Bug: https://github.com/djpohly/dwl/issues/306
This commit is contained in:
parent
f71508ad68
commit
1de48c97b6
1
dwl.c
1
dwl.c
@ -1460,6 +1460,7 @@ mapnotify(struct wl_listener *listener, void *data)
|
||||
|
||||
/* Create scene tree for this client and its border */
|
||||
c->scene = wlr_scene_tree_create(layers[LyrTile]);
|
||||
wlr_scene_node_set_enabled(&c->scene->node, 0);
|
||||
c->scene_surface = c->type == XDGShell
|
||||
? wlr_scene_xdg_surface_create(c->scene, c->surface.xdg)
|
||||
: wlr_scene_subsurface_tree_create(c->scene, client_surface(c));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user