mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-05 07:15:31 -04:00
Draw fullscreen_bg on the correct layer
This commit is contained in:
parent
342850487a
commit
f637fa0cc0
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
dwl.c
|
|
@ -953,7 +953,7 @@ createmon(struct wl_listener *listener, void *data)
|
|||
*
|
||||
*/
|
||||
/* updatemons() will resize and set correct position */
|
||||
m->fullscreen_bg = wlr_scene_rect_create(layers[LyrFS], 0, 0, fullscreen_bg);
|
||||
m->fullscreen_bg = wlr_scene_rect_create(layers[LyrBg], 0, 0, fullscreen_bg);
|
||||
wlr_scene_node_set_enabled(&m->fullscreen_bg->node, 0);
|
||||
|
||||
/* Adds this to the output layout in the order it was configured in.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue