mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -04:00
Merge branch '1015' into 'master'
render: use the first free swapchain slot See merge request wlroots/wlroots!5175
This commit is contained in:
commit
2b8c310b3f
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ struct wlr_buffer *wlr_swapchain_acquire(struct wlr_swapchain *swapchain) {
|
|||
return slot_acquire(swapchain, slot);
|
||||
}
|
||||
free_slot = slot;
|
||||
break;
|
||||
}
|
||||
if (free_slot == NULL) {
|
||||
wlr_log(WLR_ERROR, "No free output buffer slot");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue