Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XRandR: Properly enumerate interlaced modes #8099

Merged
merged 2 commits into from
Sep 20, 2015
Merged

Conversation

fritsch
Copy link
Member

@fritsch fritsch commented Sep 20, 2015

On linux and X11 modes that are interlaced have an additional "i" attached. This helps that we don't switch between interlaced and progressive resolutions with the resolution switching in place.

if (h!=mode.h)
if (h != mode.h)
return false;
if (isInterlaced != mode.isInterlaced)

This comment was marked as spam.

This comment was marked as spam.

v1: Initial version
v2: Exit early when name already differs
v3: Use a method
@fritsch
Copy link
Member Author

fritsch commented Sep 20, 2015

jenkins build and merge

fritsch added a commit that referenced this pull request Sep 20, 2015
XRandR: Properly enumerate interlaced modes
@fritsch fritsch merged commit 1235482 into xbmc:master Sep 20, 2015
@fritsch
Copy link
Member Author

fritsch commented Sep 20, 2015

OSX error not related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants