internal: fix cf
This commit is contained in:
parent
02b0c563f3
commit
d560c26419
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class CDRMSyncPointState {
|
||||||
Hyprutils::OS::CFileDescriptor exportAsFD();
|
Hyprutils::OS::CFileDescriptor exportAsFD();
|
||||||
void signal();
|
void signal();
|
||||||
|
|
||||||
|
//
|
||||||
operator bool() const {
|
operator bool() const {
|
||||||
return m_timeline;
|
return m_timeline;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@ class CHLBufferReference {
|
||||||
bool operator==(const SP<IHLBuffer>& other) const;
|
bool operator==(const SP<IHLBuffer>& other) const;
|
||||||
bool operator==(const SP<Aquamarine::IBuffer>& other) const;
|
bool operator==(const SP<Aquamarine::IBuffer>& other) const;
|
||||||
SP<IHLBuffer> operator->() const;
|
SP<IHLBuffer> operator->() const;
|
||||||
|
//
|
||||||
operator bool() const;
|
operator bool() const;
|
||||||
|
|
||||||
// unlock and drop the buffer without sending release
|
// unlock and drop the buffer without sending release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue