xdg-activation: move to new impl
This commit is contained in:
parent
39595aaca3
commit
86133983a9
11 changed files with 158 additions and 25 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue