From 55f1df2ec71334d3e5d77b3bc5fba126cce70a85 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Wed, 8 Jan 2025 12:37:34 +0100 Subject: [PATCH] fixing haeder --- includes/mlx_extended.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/mlx_extended.h b/includes/mlx_extended.h index 12bbea0..9489989 100644 --- a/includes/mlx_extended.h +++ b/includes/mlx_extended.h @@ -6,7 +6,7 @@ /* By: maldavid +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/12/14 16:17:10 by maldavid #+# #+# */ -/* Updated: 2024/12/17 02:59:50 by maldavid ### ########.fr */ +/* Updated: 2025/01/08 12:37:15 by maldavid ### ########.fr */ /* */ /* ************************************************************************** */ @@ -84,9 +84,9 @@ MLX_API void mlx_restore_window(mlx_context mlx, mlx_window win); * @param x X coordinate * @param y Y coordinate * @param pixels Array of pixels - * @param pixels_size Size or the array of pixels + * @param pixels_number Number of pixels */ -MLX_API void mlx_pixel_put_array(mlx_context mlx, mlx_window win, int x, int y, mlx_color* pixels, size_t pixels_size); +MLX_API void mlx_pixel_put_array(mlx_context mlx, mlx_window win, int x, int y, mlx_color* pixels, size_t pixels_number); /** * @brief Put a region of pixels in the window