Browse Source

hints: clarify support for comma-separated values for QtWayland orientation that's available since 2.0.22

Signed-off-by: Alibek Omarov <[email protected]>
(cherry picked from commit c39524042520d6962434228ab8af9ba7e0542308)
Alibek Omarov 2 years ago
parent
commit
56520372ca
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/SDL3/SDL_hints.h

+ 2 - 0
include/SDL3/SDL_hints.h

@@ -1381,6 +1381,8 @@ extern "C" {
  *
  *
  *  This variable can be one of the following values:
  *  This variable can be one of the following values:
  *    "primary" (default), "portrait", "landscape", "inverted-portrait", "inverted-landscape"
  *    "primary" (default), "portrait", "landscape", "inverted-portrait", "inverted-landscape"
+ *
+ *  Since SDL 2.0.22 this variable accepts a comma-separated list of values above.
  */
  */
 #define SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION "SDL_QTWAYLAND_CONTENT_ORIENTATION"
 #define SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION "SDL_QTWAYLAND_CONTENT_ORIENTATION"