sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 71db8de4be53fc9ec2fab5ed89dd2646468fa15f
parent f3ab895916ca1a0f004b5ceaefa90eee90676532
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri,  4 May 2018 08:27:53 -0400

Render floating views

Diffstat:
Msway/desktop/output.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/desktop/output.c b/sway/desktop/output.c @@ -818,6 +818,7 @@ static void render_output(struct sway_output *output, struct timespec *when, } } else { float clear_color[] = {0.25f, 0.25f, 0.25f, 1.0f}; + wlr_renderer_clear(renderer, clear_color); int nrects; pixman_box32_t *rects = pixman_region32_rectangles(damage, &nrects);