dahall / Vanara

A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
MIT License
1.75k stars 190 forks source link

Fix DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY enum #423

Closed jnschulze closed 10 months ago

jnschulze commented 10 months ago

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 commented 10 months ago

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.