mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 01:25:59 +01:00
GBM: fixup good() return value
This commit is contained in:
parent
b02d4f4d72
commit
2cd1f78241
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue