sway

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

commit 54a5ee2747c3eae35e4fec400d1efc6ee7509a38
parent d9fc381e0292519cccf2df6ea77a3356a2e621c7
Author: vilhalmer <vil@vil.lv>
Date:   Sun, 17 Jun 2018 17:34:12 -0400

Set pool_buffers busy when handing them out

Diffstat:
Mclient/pool-buffer.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/client/pool-buffer.c b/client/pool-buffer.c @@ -144,5 +144,6 @@ struct pool_buffer *get_next_buffer(struct wl_shm *shm, return NULL; } } + buffer->busy = true; return buffer; }