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

Function flagsForIndicatorWindow

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

Source from the content-addressed store, hash-verified

210}
211
212static Qt::WindowFlags flagsForIndicatorWindow()
213{
214 if (isWayland())
215 return Qt::Widget;
216
217 return Qt::Tool | Qt::BypassWindowManagerHint;
218}
219
220DockDropIndicatorWindow::DockDropIndicatorWindow(
221 KDDockWidgets::Core::ClassicDropIndicatorOverlay* classic_indicators)

Callers 1

Calls 1

isWaylandFunction · 0.85

Tested by

no test coverage detected