sway

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

commit 1b4c289482a2709ae0348b1e746d051070c75392
parent 55c54bb63b82ee75e1893b48b3ce18f7317c6199
Author: Brian Ashworth <bosrsf04@gmail.com>
Date:   Fri,  6 Jul 2018 11:38:02 -0400

Fix swaybar teardown when workspace buttons hidden

Diffstat:
Mswaybar/render.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swaybar/render.c b/swaybar/render.c @@ -497,7 +497,7 @@ void render_frame(struct swaybar *bar, struct swaybar_output *output) { // different height than what we asked for wl_surface_commit(output->surface); wl_display_roundtrip(bar->display); - } else { + } else if (height > 0) { // Replay recording into shm and send it off output->current_buffer = get_next_buffer(bar->shm, output->buffers,