Home
last modified time | relevance | path

Searched refs:inCurrentDesktopActivity (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/latte-dock/latte-dock-0.10.6/app/wm/
H A Dxwindowinterface.cpp556 && inCurrentDesktopActivity(winfo)); in windowCanBeDragged()
565 && inCurrentDesktopActivity(winfo)); in windowCanBeMaximized()
611 if (!wInfo.isValid() || !inCurrentDesktopActivity(wInfo)) { in requestMoveWindow()
703 if (!wInfo.isValid() || !inCurrentDesktopActivity(wInfo)) { in requestToggleMinimized()
724 if (!windowCanBeMaximized(wid) || !inCurrentDesktopActivity(wInfo)) { in requestToggleMaximized()
H A Dwaylandinterface.cpp664 && inCurrentDesktopActivity(winfo)); in windowCanBeDragged()
679 && inCurrentDesktopActivity(winfo)); in windowCanBeMaximized()
708 if (windowCanBeDragged(wid) && inCurrentDesktopActivity(wInfo)) { in requestMoveWindow()
784 if (w && isValidWindow(w) && inCurrentDesktopActivity(wInfo)) { in requestToggleMinimized()
799 if (w && isValidWindow(w) && windowCanBeMaximized(wid) && inCurrentDesktopActivity(wInfo)) { in requestToggleMaximized()
H A Dabstractwindowinterface.h107 bool inCurrentDesktopActivity(const WindowInfoWrap &winfo);
H A Dabstractwindowinterface.cpp258 bool AbstractWindowInterface::inCurrentDesktopActivity(const WindowInfoWrap &winfo) in inCurrentDesktopActivity() function in Latte::WindowSystem::AbstractWindowInterface
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/wm/tracker/
H A Dwindowstracker.cpp929 if ( !m_wm->inCurrentDesktopActivity(winfo) in updateHints()
1001 if (!m_wm->inCurrentDesktopActivity(winfo) in updateHints()
1099 if (!m_wm->inCurrentDesktopActivity(winfo) in updateHints()