Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/platform/linux/
H A Dlinux_wayland_integration.cpp28 std::unique_ptr<PlasmaShell> plasmaShell; member
66 _private->plasmaShell = std::unique_ptr<PlasmaShell>{ in WaylandIntegration()
73 _private->plasmaShell.get(), in WaylandIntegration()
122 return _private->plasmaShell != nullptr; in skipTaskbarSupported()
126 const auto shell = _private->plasmaShell.get(); in skipTaskbar()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Dtest_helpers.cpp233 PlasmaShell *plasmaShell = nullptr; member
479 …s_waylandConnection.plasmaShell = registry->createPlasmaShell(registry->interface(Registry::Interf… in setupWaylandConnection()
481 if (!s_waylandConnection.plasmaShell->isValid()) { in setupWaylandConnection()
523 delete s_waylandConnection.plasmaShell; in destroyWaylandConnection()
524 s_waylandConnection.plasmaShell = nullptr; in destroyWaylandConnection()
610 return s_waylandConnection.plasmaShell; in waylandPlasmaShell()