Window: add destroy signal
This commit is contained in:
parent
e69bc5b870
commit
e823b5d693
3 changed files with 8 additions and 1 deletions
|
|
@ -26,6 +26,8 @@ CWindow::~CWindow() {
|
|||
g_pCompositor->m_pLastWindow = nullptr;
|
||||
}
|
||||
|
||||
events.destroy.emit();
|
||||
|
||||
if (!g_pHyprOpenGL)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue