GBM: fixup good() return value

This commit is contained in:
Vaxry 2024-08-21 12:17:17 +02:00
parent b02d4f4d72
commit 2cd1f78241
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ bool Aquamarine::CGBMBuffer::isSynchronous() {
} }
bool Aquamarine::CGBMBuffer::good() { bool Aquamarine::CGBMBuffer::good() {
return true; return bo;
} }
SDMABUFAttrs Aquamarine::CGBMBuffer::dmabuf() { SDMABUFAttrs Aquamarine::CGBMBuffer::dmabuf() {