Skip to content

Commit 9369a34

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 2c11d62 commit 9369a34

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/SDL3/SDL_surface.h

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

0 commit comments

Comments
 (0)