Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x11: allow display sync modes to report no visibility
When this was originally implemented, I lazily skipped the optimization when using display sync because mpv would rip through all the frames without waiting since there was no blocking. With the previous commits, we now fall back on the audio sync logic when the window is not visible, so the extra condition can be removed.
- Loading branch information