Set pool_buffers busy when handing them out

master
vilhalmer 7 years ago
parent d9fc381e02
commit 54a5ee2747
No known key found for this signature in database
GPG Key ID: 50CCC70C5AD25E4F

@ -144,5 +144,6 @@ struct pool_buffer *get_next_buffer(struct wl_shm *shm,
return NULL; return NULL;
} }
} }
buffer->busy = true;
return buffer; return buffer;
} }

Loading…
Cancel
Save