Skip to content

Commit 008011f

Browse files
committed
all: run v fmt -w . in project root
1 parent 52a9841 commit 008011f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

surface.c.v

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -751,12 +751,12 @@ fn C.SDL_GetSurfaceBlendMode(surface &Surface, blend_mode &BlendMode) bool
751751

752752
// get_surface_blend_mode gets the blend mode used for blit operations.
753753
//
754-
// `surface` surface the SDL_Surface structure to query.
755-
// `blend_mode` blendMode a pointer filled in with the current SDL_BlendMode.
754+
// `surface` the SDL_Surface structure to query.
755+
// `blend_mode` a pointer filled in with the current SDL_BlendMode.
756756
// returns true on success or false on failure; call SDL_GetError() for more
757757
// information.
758758
//
759-
// NOTE: This function is available since SDL 3.2.0.
759+
// NOTE: This function is available since SDL 2.0.0.
760760
//
761761
// See also: set_surface_blend_mode (SDL_SetSurfaceBlendMode)
762762
pub fn get_surface_blend_mode(surface &Surface, blend_mode &BlendMode) bool {

0 commit comments

Comments
 (0)