Home
last modified time | relevance | path

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

/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/client/
H A Dqwaylandwindow_p.h269 bool shouldCreateShellSurface() const;
H A Dqwaylandwindow.cpp140 } else if (shouldCreateShellSurface()) { in initWindow()
221 bool QWaylandWindow::shouldCreateShellSurface() const in shouldCreateShellSurface() function in QtWaylandClient::QWaylandWindow
1058 return !(shouldCreateShellSurface() || shouldCreateSubSurface()); in isExposed()