Home
last modified time | relevance | path

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

/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/client/
H A Dqwaylandwindow.cpp871 static QWaylandWindow *closestShellSurfaceWindow(QWindow *window) in closestShellSurfaceWindow() function
887 if (auto transientParent = closestShellSurfaceWindow(window()->transientParent())) in transientParent()
891 return closestShellSurfaceWindow(QGuiApplication::focusWindow()); in transientParent()