Searched refs:statesWithoutActive (Results 1 – 4 of 4) sorted by relevance
169 Qt::WindowStates statesWithoutActive = m_pending.states & ~Qt::WindowActive; in applyConfigure() local171 m_window->handleWindowStatesChanged(statesWithoutActive); in applyConfigure()
84 Qt::WindowStates statesWithoutActive = m_pending.states & ~Qt::WindowActive; in applyConfigure() local86 m_xdgSurface->m_window->handleWindowStatesChanged(statesWithoutActive); in applyConfigure()
99 Qt::WindowStates statesWithoutActive = m_pending.states & ~Qt::WindowActive; in applyConfigure() local101 m_xdgSurface->m_window->handleWindowStatesChanged(statesWithoutActive); in applyConfigure()
1095 Qt::WindowStates statesWithoutActive = states & ~Qt::WindowActive; in handleWindowStatesChanged() local1097 QWindowSystemInterface::handleWindowStateChanged(window(), statesWithoutActive, in handleWindowStatesChanged()