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

Typo in DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO.Bridgtness3Ranges #132

Open
riverar opened this issue Jun 22, 2024 · 0 comments
Open

Typo in DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO.Bridgtness3Ranges #132

riverar opened this issue Jun 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@riverar
Copy link

riverar commented Jun 22, 2024

Wasn't sure where to file this, but encountered it when working on Win32 metadata (SDK 26100.1). Feel free to close if nothing to do here. Maybe a union can help here?

// Header: shared/d3dkmdt.h
typedef struct _DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO
{
    // ...
    DXGK_BRIGHTNESS_GET_NIT_RANGES_OUT Bridgtness3Ranges; // ← Suspect this should say Brightness3Ranges
} DXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO, *PDXGK_DISPLAYMUX_SET_INTERNAL_PANEL_INFO;
@walbourn walbourn added the bug Something isn't working label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants