Restore and respect rootcolor[] #544
No reviewers
Labels
No labels
A: maintenance
A: question
B: not applicable
B: not reproducible
B: resolved
C: multi-DPI
C: protocols
C: rendering
C: XWayland
Kind/Bug
Kind/Feature
Reviewed
Duplicate
Reviewed
Won't Fix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dwl/dwl!544
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dimkr/dwl:rootcolor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -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);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)
f5f7f4834ato82ee35b4a5Thanks!