Home
last modified time | relevance | path

Searched defs:waylandClient (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dx11_client_test.cpp567 auto waylandClient = Test::renderAndWaitForShown(surface.data(), QSize(100, 50), Qt::blue); in testFullscreenLayerWithActiveWaylandWindow() local
678 auto waylandClient = Test::renderAndWaitForShown(surface.data(), QSize(100, 50), Qt::blue); in testFocusInWithWaylandLastActiveWindow() local
746 auto waylandClient = Test::renderAndWaitForShown(surface.data(), QSize(100, 50), Qt::blue); in testX11WindowId() local
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Deffects.h516 bool waylandClient; variable
H A Ddebug_console.cpp961 WaylandClient *waylandClient = qobject_cast<WaylandClient *>(client); in handleClientAdded() local
976 WaylandClient *waylandClient = qobject_cast<WaylandClient *>(client); in handleClientRemoved() local
1292 WaylandClient *DebugConsoleModel::waylandClient(const QModelIndex &index) const in waylandClient() function in KWin::DebugConsoleModel
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/compositor_api/
H A Dqwaylandsurface.cpp451 ::wl_client *QWaylandSurface::waylandClient() const in waylandClient() function in QWaylandSurface