Home
last modified time | relevance | path

Searched refs:statesWithoutActive (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/xdg-shell-v5/
H A Dqwaylandxdgsurfacev5.cpp169 Qt::WindowStates statesWithoutActive = m_pending.states & ~Qt::WindowActive; in applyConfigure() local
171 m_window->handleWindowStatesChanged(statesWithoutActive); in applyConfigure()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/plugins/shellintegration/xdg-shell-v6/
H A Dqwaylandxdgshellv6.cpp84 Qt::WindowStates statesWithoutActive = m_pending.states & ~Qt::WindowActive; in applyConfigure() local
86 m_xdgSurface->m_window->handleWindowStatesChanged(statesWithoutActive); in applyConfigure()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_waylandshells/waylandshells/xdg-shell/
H A Dqwaylandxdgshell.cpp99 Qt::WindowStates statesWithoutActive = m_pending.states & ~Qt::WindowActive; in applyConfigure() local
101 m_xdgSurface->m_window->handleWindowStatesChanged(statesWithoutActive); in applyConfigure()
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/client/
H A Dqwaylandwindow.cpp1095 Qt::WindowStates statesWithoutActive = states & ~Qt::WindowActive; in handleWindowStatesChanged() local
1097 QWindowSystemInterface::handleWindowStateChanged(window(), statesWithoutActive, in handleWindowStatesChanged()