MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / isWayland

Function isWayland

pcsx2-qt/Debugger/Docking/DropIndicators.cpp:198–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196static const constexpr int INDICATOR_MARGIN = 10;
197
198static bool isWayland()
199{
200 return KDDockWidgets::Core::Platform::instance()->displayType() ==
201 KDDockWidgets::Core::Platform::DisplayType::Wayland;
202}
203
204static QWidget* parentForIndicatorWindow(KDDockWidgets::Core::ClassicDropIndicatorOverlay* classic_indicators)
205{

Callers 2

parentForIndicatorWindowFunction · 0.85
flagsForIndicatorWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected