From 24bb95f60c4bfa7c2ab8c3490bae9048e1aa527b Mon Sep 17 00:00:00 2001 From: Eduard Gushchin Date: Mon, 22 Jul 2024 20:01:00 +0300 Subject: [PATCH] Fixed a typo in the name of the method in the documentation for SDL_GetDisplayProperties --- include/SDL3/SDL_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_video.h b/include/SDL3/SDL_video.h index 12f27c1652..0d3520dc76 100644 --- a/include/SDL3/SDL_video.h +++ b/include/SDL3/SDL_video.h @@ -429,7 +429,7 @@ extern SDL_DECLSPEC SDL_DisplayID SDLCALL SDL_GetPrimaryDisplay(void); * * On KMS/DRM: * - * - `SDL_PROP_DISPLAY_KMSDRM_ORIENTATION_NUMBER`: the "panel orientation" + * - `SDL_PROP_DISPLAY_KMSDRM_PANEL_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