mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-14 11:35:46 -07:00
xdg-activation: move to new impl
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user