diff libmlk-core/mlk/core/texture.c @ 538:80242343d152

core: doxygenize texture
author David Demelier <markand@malikania.fr>
date Sun, 05 Mar 2023 11:32:36 +0100
parents 23559c7ccf47
children c7664b679a95
line wrap: on
line diff
--- a/libmlk-core/mlk/core/texture.c	Sun Mar 05 11:10:11 2023 +0100
+++ b/libmlk-core/mlk/core/texture.c	Sun Mar 05 11:32:36 2023 +0100
@@ -115,15 +115,15 @@
 
 int
 mlk_texture_scale(const struct mlk_texture *tex,
-              int src_x,
-              int src_y,
-              unsigned src_w,
-              unsigned src_h,
-              int dst_x,
-              int dst_y,
-              unsigned dst_w,
-              unsigned dst_h,
-              double angle)
+                 int src_x,
+                  int src_y,
+                  unsigned src_w,
+                  unsigned src_h,
+                  int dst_x,
+                  int dst_y,
+                  unsigned dst_w,
+                  unsigned dst_h,
+                  double angle)
 {
 	const SDL_Rect src = {
 		.x = src_x,