From 7abc5894383e4c648efcd188ec5b0d1a947c471a Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Wed, 8 May 2024 16:56:38 +0000 Subject: [PATCH] Sync SDL3 wiki -> header --- include/SDL3/SDL_video.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index cac31574a1..1aebe6ff30 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -411,10 +411,11 @@ extern DECLSPEC SDL_DisplayID SDLCALL SDL_GetPrimaryDisplay(void); * * On KMS/DRM: * - * - `SDL_PROP_DISPLAY_KMSDRM_ORIENTATION_NUMBER`: the "panel orientation" property - * for the display in degrees of clockwise rotation. Note that this is provided - * only as a hint, and the application is responsible for any coordinate transformations - * needed to conform to the requested display orientation. + * - `SDL_PROP_DISPLAY_KMSDRM_ORIENTATION_NUMBER`: the "panel orientation" + * property for the display in degrees of clockwise rotation. Note that this + * is provided only as a hint, and the application is responsible for any + * coordinate transformations needed to conform to the requested display + * orientation. * * \param displayID the instance ID of the display to query * \returns a valid property ID on success or 0 on failure; call