Browse Source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 2 weeks ago
parent
commit
9369a341c6
1 changed files with 5 additions and 5 deletions
  1. 5 5
      include/SDL3/SDL_surface.h

+ 5 - 5
include/SDL3/SDL_surface.h

@@ -242,11 +242,11 @@ extern SDL_DECLSPEC void SDLCALL SDL_DestroySurface(SDL_Surface *surface);
  * - `SDL_PROP_SURFACE_HOTSPOT_Y_NUMBER`: the hotspot pixel offset from the
  * - `SDL_PROP_SURFACE_HOTSPOT_Y_NUMBER`: the hotspot pixel offset from the
  *   top edge of the image, if this surface is being used as a cursor.
  *   top edge of the image, if this surface is being used as a cursor.
  * - `SDL_PROP_SURFACE_ROTATION_NUMBER`: the number of degrees a surface's
  * - `SDL_PROP_SURFACE_ROTATION_NUMBER`: the number of degrees a surface's
- *   data is meant to be rotated clockwise to make the image
- *   right-side up. Default 0. This is used by the camera API, if a mobile
- *   device is oriented differently than what its camera provides (i.e. -
- *   the camera always provides portrait images but the phone is being held
- *   in landscape orientation). Since SDL 3.4.0.
+ *   data is meant to be rotated clockwise to make the image right-side up.
+ *   Default 0. This is used by the camera API, if a mobile device is oriented
+ *   differently than what its camera provides (i.e. - the camera always
+ *   provides portrait images but the phone is being held in landscape
+ *   orientation). Since SDL 3.4.0.
  *
  *
  * \param surface the SDL_Surface structure to query.
  * \param surface the SDL_Surface structure to query.
  * \returns a valid property ID on success or 0 on failure; call
  * \returns a valid property ID on success or 0 on failure; call