Restore and respect rootcolor[] #544

Manually merged
sevz merged 1 commit from dimkr/dwl:rootcolor into main 2023-12-11 07:30:54 +01:00
Member
No description provided.
dwl.c Outdated
@ -2552,2 +2554,4 @@
struct wlr_output_configuration_head_v1 *config_head;
Monitor *m;
wlr_output_layout_get_box(output_layout, NULL, &sgeom);
wlr_scene_rect_set_size(root, sgeom.width, sgeom.height);
Owner

Put this line below https://codeberg.org/dwl/dwl/src/branch/main/dwl.c#L2565 (you'll also have to call wlr_scene_node_set_position() like the locked_bg)

Put this line below https://codeberg.org/dwl/dwl/src/branch/main/dwl.c#L2565 (you'll also have to call wlr_scene_node_set_position() like the locked_bg)
dimkr marked this conversation as resolved
sevz manually merged commit 9a84789ff1 into main 2023-12-11 07:30:54 +01:00
Owner

Thanks!

Thanks!
Sign in to join this conversation.
No description provided.