mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-29 11:22:47 +00:00
internal: fix cf
This commit is contained in:
parent
02b0c563f3
commit
d560c26419
@ -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…
x
Reference in New Issue
Block a user