mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
apply patch
This commit is contained in:
parent
c9060bcc12
commit
b252695597
1 changed files with 1 additions and 1 deletions
|
|
@ -1084,7 +1084,7 @@ void output_render(struct sway_output *output, struct timespec *when,
|
||||||
render_unmanaged(output, damage, &root->xwayland_unmanaged);
|
render_unmanaged(output, damage, &root->xwayland_unmanaged);
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
float clear_color[] = {0.25f, 0.25f, 0.25f, 1.0f};
|
float clear_color[] = {0.0f, 0.0f, 0.0f, 0.0f};
|
||||||
|
|
||||||
int nrects;
|
int nrects;
|
||||||
pixman_box32_t *rects = pixman_region32_rectangles(damage, &nrects);
|
pixman_box32_t *rects = pixman_region32_rectangles(damage, &nrects);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue