mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
asyncResourceGatherer: don't create duplicate dma frames for a specific stringPort
This commit is contained in:
parent
ee9d75b580
commit
d2324c25bd
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ void CAsyncResourceGatherer::recheckDMAFramesFor(COutput* output) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (auto& dma : dmas) {
|
||||||
|
if (dma->name == output->stringPort) {
|
||||||
|
shouldMake = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (!shouldMake)
|
if (!shouldMake)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue