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

Fix DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY enum #423

Closed

Conversation

jnschulze
Copy link

@jnschulze jnschulze commented Sep 8, 2023

wingdi.h's DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY enum lacks a member with value 7 (see https://learn.microsoft.com/en-us/windows/win32/api/wingdi/ne-wingdi-displayconfig_video_output_technology)

This library, however, currently uses implicit values for that enum so some values are shifted by one.

image

@dahall
Copy link
Owner

dahall commented Sep 8, 2023

Thank you. This is now fixed. I was in the middle of some edits, so I didn't use your PR, but thank you so much for doing that work.

@dahall dahall closed this Sep 8, 2023
@jnschulze jnschulze deleted the fix-video-output-technology-enum branch September 19, 2023 08:05
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

2 participants