mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 15:25:58 +01:00
eeeee
This commit is contained in:
parent
0f149d3837
commit
31bfe2f78a
1 changed files with 2 additions and 1 deletions
|
@ -116,6 +116,7 @@ void CRenderbuffer::plantFence() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void CRenderbuffer::removeFence() {
|
void CRenderbuffer::removeFence() {
|
||||||
wl_event_source_remove(m_pFDWrite);
|
if (m_pFDWrite)
|
||||||
|
wl_event_source_remove(m_pFDWrite);
|
||||||
m_pFDWrite = nullptr;
|
m_pFDWrite = nullptr;
|
||||||
}
|
}
|
Loading…
Reference in a new issue