mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 05:30:04 +01:00
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();
|
||||
void signal();
|
||||
|
||||
//
|
||||
operator bool() const {
|
||||
return m_timeline;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ class CHLBufferReference {
|
|||
bool operator==(const SP<IHLBuffer>& other) const;
|
||||
bool operator==(const SP<Aquamarine::IBuffer>& other) const;
|
||||
SP<IHLBuffer> operator->() const;
|
||||
//
|
||||
operator bool() const;
|
||||
|
||||
// unlock and drop the buffer without sending release
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue