Sync SDL3 wiki -> header

This commit is contained in:
SDL Wiki Bot
2024-06-20 19:55:37 +00:00
parent 2f276a2eea
commit 83933fdfa0

View File

@@ -411,9 +411,9 @@ extern SDL_DECLSPEC SDL_DisplayID SDLCALL SDL_GetPrimaryDisplay(void);
* The following read-only properties are provided by SDL: * The following read-only properties are provided by SDL:
* *
* - `SDL_PROP_DISPLAY_HDR_ENABLED_BOOLEAN`: true if the display has HDR * - `SDL_PROP_DISPLAY_HDR_ENABLED_BOOLEAN`: true if the display has HDR
* headroom above the SDR white point. This is for informational and diagnostic * headroom above the SDR white point. This is for informational and
* purposes only, as not all platforms provide this information at the display * diagnostic purposes only, as not all platforms provide this information
* level. * at the display level.
* *
* On KMS/DRM: * On KMS/DRM:
* *