outputorderwatcher: ignore outputs without crtc
when turning outputs **off** using `xrandr --off` that output is still connected but won't have any crtc attached. this is distinctly different from when kscreen disables an output, which indeed marks the output disconnected but it still has a crtc previously we would expect to find screens without crtc in the list of `qApp->screens()` which would then trigger an infinite refresh loop via the refresh timer because the screen would never be `present` on account of being off. BUG: 466362 (cherry picked from commit 9385993e)
parent
364c617a
Loading
Loading
Pipeline
#376362
passed
with stage
in
9 minutes and 40 seconds
Loading
Please register or sign in to comment