xdg-activation: move to new impl

This commit is contained in:
Vaxry
2024-04-29 16:43:24 +01:00
parent 39595aaca3
commit 86133983a9
11 changed files with 158 additions and 25 deletions

View File

@@ -1272,7 +1272,7 @@ void CWindow::activate() {
m_bIsUrgent = true;
if (!*PFOCUSONACTIVATE || (m_eSuppressedEvents & SUPPRESS_ACTIVATE_FOCUSONLY))
if (!*PFOCUSONACTIVATE || (m_eSuppressedEvents & SUPPRESS_ACTIVATE_FOCUSONLY) || (m_eSuppressedEvents & SUPPRESS_ACTIVATE))
return;
if (m_bIsFloating)